Ubiquity 2.5.2
php rapid development framework
|
Defines a route. More...
Public Member Functions | |
initAnnotation (array $properties) | |
Initialize the annotation. | |
Public Member Functions inherited from BaseAnnotation | |
asAnnotation () | |
__toString () | |
Public Member Functions inherited from BaseAnnotationTrait | |
getProperties () | |
getPropertiesAndValues ($props=NULL) | |
isSameAs ($annot) | |
Data Fields | |
$path | |
$methods | |
$name | |
$cache | |
$duration | |
$inherited | |
$automated | |
$requirements | |
$priority | |
Additional Inherited Members | |
Protected Member Functions inherited from BaseAnnotation | |
getDefaultParameters () | |
Defines a route.
usages :
@usage('method'=>true,'class'=>true,'multiple'=>true, 'inherited'=>true)
Definition at line 22 of file RouteAnnotation.php.
initAnnotation | ( | array | $properties | ) |
Initialize the annotation.
Reimplemented from BaseAnnotation.
Reimplemented in DeleteAnnotation, GetAnnotation, OptionsAnnotation, PatchAnnotation, PostAnnotation, and PutAnnotation.
Definition at line 36 of file RouteAnnotation.php.
$automated |
Definition at line 29 of file RouteAnnotation.php.
$cache |
Definition at line 26 of file RouteAnnotation.php.
$duration |
Definition at line 27 of file RouteAnnotation.php.
$inherited |
Definition at line 28 of file RouteAnnotation.php.
$methods |
Definition at line 24 of file RouteAnnotation.php.
$name |
Definition at line 25 of file RouteAnnotation.php.
$path |
Definition at line 23 of file RouteAnnotation.php.
$priority |
Definition at line 31 of file RouteAnnotation.php.
$requirements |
Definition at line 30 of file RouteAnnotation.php.