PHP Class Webiny\Component\ServiceManager\ServiceConfig

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

Méthodes publiques

Méthode Description
getArguments ( ) : mixed
getCalls ( ) : mixed
getClass ( ) : mixed
getFactory ( ) : null | FactoryArgument
getMethod ( ) : null
getMethodArguments ( ) : null
getScope ( ) : mixed
getStatic ( ) : boolean
setArguments ( null $arguments )
setCalls ( null $calls )
setClass ( null $class )
setFactory ( null $factory )
setMethod ( null $method )
setMethodArguments ( null $methodArguments )
setScope ( string $scope )
setStatic ( boolean $static )

Method Details

getArguments() public méthode

public getArguments ( ) : mixed
Résultat mixed

getCalls() public méthode

public getCalls ( ) : mixed
Résultat mixed

getClass() public méthode

public getClass ( ) : mixed
Résultat mixed

getFactory() public méthode

public getFactory ( ) : null | FactoryArgument
Résultat null | FactoryArgument

getMethod() public méthode

public getMethod ( ) : null
Résultat null

getMethodArguments() public méthode

public getMethodArguments ( ) : null
Résultat null

getScope() public méthode

public getScope ( ) : mixed
Résultat mixed

getStatic() public méthode

public getStatic ( ) : boolean
Résultat boolean

setArguments() public méthode

public setArguments ( null $arguments )
$arguments null

setCalls() public méthode

public setCalls ( null $calls )
$calls null

setClass() public méthode

public setClass ( null $class )
$class null

setFactory() public méthode

public setFactory ( null $factory )
$factory null

setMethod() public méthode

public setMethod ( null $method )
$method null

setMethodArguments() public méthode

public setMethodArguments ( null $methodArguments )
$methodArguments null

setScope() public méthode

public setScope ( string $scope )
$scope string

setStatic() public méthode

public setStatic ( boolean $static )
$static boolean