PHP Interface DI\Definition\Definition

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

Public Methods

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

Method Details

getName() public method

Returns the name of the entry in the container.
public getName ( ) : string
return string

getScope() public method

Returns the scope of the entry.
public getScope ( ) : string
return string