Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
InjectedAnnotation Class Reference

Annotation for dependency injection. More...

+ Inheritance diagram for InjectedAnnotation:

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 ()
 

Detailed Description

Annotation for dependency injection.

usages :

  • injected
  • injected(name)
  • injected(name,code)
Author
jc
Version
1.0.0
Since
Ubiquity 2.1.0

Definition at line 18 of file InjectedAnnotation.php.

Member Function Documentation

◆ initAnnotation()

initAnnotation ( array  $properties)

Initialize the annotation.

Reimplemented from BaseAnnotation.

Definition at line 25 of file InjectedAnnotation.php.

Field Documentation

◆ $code

$code

Definition at line 20 of file InjectedAnnotation.php.

◆ $name

$name

Definition at line 19 of file InjectedAnnotation.php.


The documentation for this class was generated from the following file: