Ubiquity 2.5.2
php rapid development framework
|
Base class for annotations. More...
Public Member Functions | |
initAnnotation (array $properties) | |
asAnnotation () | |
__toString () | |
Public Member Functions inherited from BaseAnnotationTrait | |
getProperties () | |
getPropertiesAndValues ($props=NULL) | |
isSameAs ($annot) | |
Protected Member Functions | |
getDefaultParameters () | |
Base class for annotations.
@usage('property'=>true, 'inherited'=>true)
Definition at line 13 of file BaseAnnotation.php.
__toString | ( | ) |
Definition at line 40 of file BaseAnnotation.php.
asAnnotation | ( | ) |
Reimplemented in ValidatorAnnotation.
Definition at line 36 of file BaseAnnotation.php.
|
protected |
Reimplemented from BaseAnnotationTrait.
Definition at line 31 of file BaseAnnotation.php.
initAnnotation | ( | array | $properties | ) |
Reimplemented in AllowAnnotation, PermissionAnnotation, ResourceAnnotation, ColumnAnnotation, DatabaseAnnotation, InjectedAnnotation, DeleteAnnotation, GetAnnotation, OptionsAnnotation, PatchAnnotation, PostAnnotation, PutAnnotation, RouteAnnotation, TableAnnotation, TransformerAnnotation, and ValidatorAnnotation.
Definition at line 15 of file BaseAnnotation.php.