PHP Class Webiny\Component\ServiceManager\FactoryArgument

Inheritance: use trait Webiny\Component\StdLib\StdLibTrait
Show file 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