|
Ubiquity 2.5.2
php rapid development framework
|
Defines a route with the get method Ubiquity\attributes\items\router$Get This class is part of Ubiquity.
More...
Inheritance diagram for Get: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) | |
| Get 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 get method Ubiquity\attributes\items\router$Get This class is part of Ubiquity.
| __construct | ( | string | $path = '', |
| string | $name = null, |
||
| bool | $cache = false, |
||
| int | $duration = 0, |
||
| bool | $inherited = false, |
||
| bool | $automated = false, |
||
| array | $requirements = [], |
||
| int | $priority = 0 |
||
| ) |