Kraken\Util\Invoker\InvokerInterface::setProxy PHP Method

setProxy() public method

Set proxy for function $func.
public setProxy ( string $func, callable $callable )
$func string
$callable callable
    public function setProxy($func, $callable);