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.
Afficher le fichier Open project: neos/flow-development-collection

Méthodes publiques

Свойство Type Description
$lazy boolean Whether the dependency should be injected instantly or if a lazy dependency proxy should be injected instead

Méthodes publiques

Méthode Description
__construct ( array $values )

Method Details

__construct() public méthode

public __construct ( array $values )
$values array

Property Details

$lazy public_oe property

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