Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Webiny
Component
ServiceManager
FactoryArgument
PHP Class Webiny\Component\ServiceManager\FactoryArgument
Inheritance:
use trait
Webiny\Component\StdLib\StdLibTrait
ファイルを表示
Open project: Webiny/Framework
Public Methods
Method
Description
__construct
(
string
$resource
,
array
$arguments
= [],
boolean
$static
= true )
value
( ) :
mixed
Get real FactoryArgument value
Method Details
__construct()
public
method
public
__construct
(
string
$resource
,
array
$arguments
= [],
boolean
$static
= true )
$resource
string
$arguments
array
If arguments are empty, it's a static call
$static
boolean
value()
public
method
Get real FactoryArgument value
public
value
( ) :
mixed
return
mixed