PHP Class Kraken\Util\Invoker\Invoker

Inheritance: implements Kraken\Util\Invoker\InvokerInterface
Afficher le fichier Open project: kraken-php/framework

Protected Properties

Свойство Type Description
$proxies callable[]

Méthodes publiques

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

Method Details

__construct() public méthode

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

__destruct() public méthode

public __destruct ( )

call() public méthode

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

existsProxy() public méthode

public existsProxy ( $func )

getProxy() public méthode

public getProxy ( $func )

removeProxy() public méthode

public removeProxy ( $func )

setProxy() public méthode

public setProxy ( $func, $callable )

Property Details

$proxies protected_oe property

protected callable[] $proxies
Résultat callable[]