Ubiquity 2.5.2
php rapid development framework
|
Defines a route with the post
method Ubiquity\annotations\router$PostAnnotation This class is part of Ubiquity.
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) | |
Additional Inherited Members | |
Data Fields inherited from RouteAnnotation | |
$path | |
$methods | |
$name | |
$cache | |
$duration | |
$inherited | |
$automated | |
$requirements | |
$priority | |
Protected Member Functions inherited from BaseAnnotation | |
getDefaultParameters () | |
Defines a route with the post
method Ubiquity\annotations\router$PostAnnotation This class is part of Ubiquity.
Definition at line 13 of file PostAnnotation.php.
initAnnotation | ( | array | $properties | ) |
Initialize the annotation.
Reimplemented from RouteAnnotation.
Definition at line 15 of file PostAnnotation.php.