PHP Class Webiny\Component\ServiceManager\ServiceConfig

Inheritance: use trait Webiny\Component\StdLib\StdLibTrait
Show file Open project: Webiny/Framework Class Usage Examples

Public Methods

Method 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 method

public getArguments ( ) : mixed
return mixed

getCalls() public method

public getCalls ( ) : mixed
return mixed

getClass() public method

public getClass ( ) : mixed
return mixed

getFactory() public method

public getFactory ( ) : null | FactoryArgument
return null | FactoryArgument

getMethod() public method

public getMethod ( ) : null
return null

getMethodArguments() public method

public getMethodArguments ( ) : null
return null

getScope() public method

public getScope ( ) : mixed
return mixed

getStatic() public method

public getStatic ( ) : boolean
return boolean

setArguments() public method

public setArguments ( null $arguments )
$arguments null

setCalls() public method

public setCalls ( null $calls )
$calls null

setClass() public method

public setClass ( null $class )
$class null

setFactory() public method

public setFactory ( null $factory )
$factory null

setMethod() public method

public setMethod ( null $method )
$method null

setMethodArguments() public method

public setMethodArguments ( null $methodArguments )
$methodArguments null

setScope() public method

public setScope ( string $scope )
$scope string

setStatic() public method

public setStatic ( boolean $static )
$static boolean