Ubiquity
2.0.0
php rapid development framework
|
('method'=>true,'class'=>true,'multiple'=>true, 'inherited'=>true) More...
Public Member Functions | |
initAnnotation (array $properties) | |
Initialize the annotation. More... | |
![]() | |
getProperties () | |
getPropertiesAndValues ($props=NULL) | |
asPhpArray () | |
__toString () | |
Data Fields | |
$path | |
$methods | |
$name | |
$cache | |
$duration | |
$inherited | |
$automated | |
$requirements | |
('method'=>true,'class'=>true,'multiple'=>true, 'inherited'=>true)
Definition at line 10 of file RouteAnnotation.php.
initAnnotation | ( | array | $properties | ) |
Initialize the annotation.
Definition at line 23 of file RouteAnnotation.php.
$automated |
Definition at line 17 of file RouteAnnotation.php.
$cache |
Definition at line 14 of file RouteAnnotation.php.
$duration |
Definition at line 15 of file RouteAnnotation.php.
$inherited |
Definition at line 16 of file RouteAnnotation.php.
$methods |
Definition at line 12 of file RouteAnnotation.php.
$name |
Definition at line 13 of file RouteAnnotation.php.
$path |
Definition at line 11 of file RouteAnnotation.php.
$requirements |
Definition at line 18 of file RouteAnnotation.php.