PHP Class Webiny\Component\ServiceManager\FactoryArgument

Inheritance: use trait Webiny\Component\StdLib\StdLibTrait
Afficher le fichier Open project: Webiny/Framework

Méthodes publiques

Méthode Description
__construct ( string $resource, array $arguments = [], boolean $static = true )
value ( ) : mixed Get real FactoryArgument value

Method Details

__construct() public méthode

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 méthode

Get real FactoryArgument value
public value ( ) : mixed
Résultat mixed