Ubiquity 2.5.2
php rapid development framework
|
Defines a route with the options
method Ubiquity\attributes\items\router$Options This class is part of Ubiquity.
More...
Public Member Functions | |
__construct (string $path='', string $name=null, bool $cache=false, int $duration=0, bool $inherited=false, bool $automated=false, array $requirements=[], int $priority=0) | |
Options constructor. | |
Public Member Functions inherited from Route | |
__construct (string $path='', ?array $methods=null, ?string $name=null, ?bool $cache=false, ?int $duration=0, ?bool $inherited=false, ?bool $automated=false, ?array $requirements=[], int $priority=0) | |
getPropertiesAndValues ($props=null) | |
Public Member Functions inherited from BaseAttribute | |
__construct () | |
asAnnotation () | |
getNamespace () | |
__toString () | |
Public Member Functions inherited from BaseAnnotationTrait | |
getProperties () | |
isSameAs ($annot) | |
Additional Inherited Members | |
Data Fields inherited from Route | |
string | $path |
array | $methods |
string | $name |
bool | $cache |
int | $duration |
bool | $inherited |
bool | $automated |
array | $requirements |
int | $priority |
Protected Member Functions inherited from BaseAttribute | |
getDefaultParameters () | |
Defines a route with the options
method Ubiquity\attributes\items\router$Options This class is part of Ubiquity.
Definition at line 17 of file Options.php.
__construct | ( | string | $path = '' , |
string | $name = null , |
||
bool | $cache = false , |
||
int | $duration = 0 , |
||
bool | $inherited = false , |
||
bool | $automated = false , |
||
array | $requirements = [] , |
||
int | $priority = 0 |
||
) |
Options constructor.
Definition at line 22 of file Options.php.