|
Ubiquity 2.5.2
php rapid development framework
|
Defines a route with the put method Ubiquity\annotations\router$PostAnnotation This class is part of Ubiquity.
More...
Inheritance diagram for PutAnnotation: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 put method Ubiquity\annotations\router$PostAnnotation This class is part of Ubiquity.
Definition at line 13 of file PutAnnotation.php.
| initAnnotation | ( | array | $properties | ) |
Initialize the annotation.
Reimplemented from RouteAnnotation.
Definition at line 15 of file PutAnnotation.php.