PHP Class DI\Annotation\Injectable

Marks a class as injectable
Author: Domenic Muskulus ([email protected])
Author: Matthieu Napoli ([email protected])
Show file Open project: mnapoli/php-di

Public Methods

Method Description
__construct ( array $values )
getScope ( ) : string | null
isLazy ( ) : boolean | null

Method Details

__construct() public method

public __construct ( array $values )
$values array

getScope() public method

public getScope ( ) : string | null
return string | null

isLazy() public method

public isLazy ( ) : boolean | null
return boolean | null