Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Neos
Flow
Annotations
Inject
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