Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
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.
显示文件
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_oe property
Whether the dependency should be injected instantly or if a lazy dependency proxy should be injected instead
public
bool
$lazy
return
boolean