PHP Class Neos\Flow\Annotations\Inject

Flow will build Dependency Injection code for the property and try to inject a value as specified by the var annotation.
Show file Open project: neos/flow-development-collection

Public Properties

Property Type Description
$lazy boolean Whether the dependency should be injected instantly or if a lazy dependency proxy should be injected instead

Public Methods

Method Description
__construct ( array $values )

Method Details

__construct() public method

public __construct ( array $values )
$values array

Property Details

$lazy public property

Whether the dependency should be injected instantly or if a lazy dependency proxy should be injected instead
public bool $lazy
return boolean