Ubiquity 2.5.2
php rapid development framework
|
Annotation for dependency injection. 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) | |
Data Fields | |
$name | |
$code | |
Additional Inherited Members | |
Protected Member Functions inherited from BaseAnnotation | |
getDefaultParameters () | |
Annotation for dependency injection.
usages :
Definition at line 18 of file InjectedAnnotation.php.
initAnnotation | ( | array | $properties | ) |
Initialize the annotation.
Reimplemented from BaseAnnotation.
Definition at line 25 of file InjectedAnnotation.php.
$code |
Definition at line 20 of file InjectedAnnotation.php.
$name |
Definition at line 19 of file InjectedAnnotation.php.