PHP Class DI\Annotation\Inject

Marks a property or method as an injection point
Author: Matthieu Napoli ([email protected])
Afficher le fichier Open project: mnapoli/php-di

Méthodes publiques

Méthode Description
__construct ( array $values )
getName ( ) : string
getParameters ( ) : array

Method Details

__construct() public méthode

public __construct ( array $values )
$values array

getName() public méthode

public getName ( ) : string
Résultat string Name of the entry to inject

getParameters() public méthode

public getParameters ( ) : array
Résultat array Parameters, indexed by the parameter number (index) or name