PHP Interface DI\Definition\Definition

Author: Matthieu Napoli ([email protected])
Afficher le fichier Open project: mnapoli/php-di Interface Usage Examples

Méthodes publiques

Méthode Description
getName ( ) : string Returns the name of the entry in the container.
getScope ( ) : string Returns the scope of the entry.

Method Details

getName() public méthode

Returns the name of the entry in the container.
public getName ( ) : string
Résultat string

getScope() public méthode

Returns the scope of the entry.
public getScope ( ) : string
Résultat string