Ubiquity 2.5.2
php rapid development framework
|
Attribute for dependency injection. More...
Public Member Functions | |
__construct (?string $name=null, ?string $code=null) | |
Injected constructor. | |
Public Member Functions inherited from BaseAttribute | |
__construct () | |
asAnnotation () | |
getNamespace () | |
__toString () | |
Public Member Functions inherited from BaseAnnotationTrait | |
getProperties () | |
getPropertiesAndValues ($props=NULL) | |
isSameAs ($annot) | |
Data Fields | |
string | $name |
string | $code |
Additional Inherited Members | |
Protected Member Functions inherited from BaseAttribute | |
getDefaultParameters () | |
Attribute for dependency injection.
usages :
Definition at line 21 of file Injected.php.
__construct | ( | ?string | $name = null , |
?string | $code = null |
||
) |
Injected constructor.
null | string | $name | |
null | string | $code |
Definition at line 31 of file Injected.php.
string $code |
Definition at line 24 of file Injected.php.
string $name |
Definition at line 23 of file Injected.php.