Ubiquity 2.5.2
php rapid development framework
|
Annotation Transformer. More...
Public Member Functions | |
__construct (string $name) | |
isSameAs ($annot) | |
Public Member Functions inherited from BaseAttribute | |
__construct () | |
asAnnotation () | |
getNamespace () | |
__toString () | |
Public Member Functions inherited from BaseAnnotationTrait | |
getProperties () | |
getPropertiesAndValues ($props=NULL) | |
Data Fields | |
string | $name |
Additional Inherited Members | |
Protected Member Functions inherited from BaseAttribute | |
getDefaultParameters () | |
Annotation Transformer.
usage :
Definition at line 18 of file Transformer.php.
__construct | ( | string | $name | ) |
Definition at line 22 of file Transformer.php.
isSameAs | ( | $annot | ) |
Reimplemented from BaseAnnotationTrait.
Definition at line 26 of file Transformer.php.
string $name |
Definition at line 20 of file Transformer.php.