PHP Class Kraken\Util\Invoker\Invoker

Inheritance: implements Kraken\Util\Invoker\InvokerInterface
Show file Open project: kraken-php/framework

Protected Properties

Property Type Description
$proxies callable[]

Public Methods

Method Description
__construct ( callable[] $proxies = [] )
__destruct ( )
call ( $func, $args = [] )
existsProxy ( $func )
getProxy ( $func )
removeProxy ( $func )
setProxy ( $func, $callable )

Method Details

__construct() public method

public __construct ( callable[] $proxies = [] )
$proxies callable[]

__destruct() public method

public __destruct ( )

call() public method

public call ( $func, $args = [] )

existsProxy() public method

public existsProxy ( $func )

getProxy() public method

public getProxy ( $func )

removeProxy() public method

public removeProxy ( $func )

setProxy() public method

public setProxy ( $func, $callable )

Property Details

$proxies protected property

protected callable[] $proxies
return callable[]