Kraken\Util\Invoker\Invoker::removeProxy PHP Method

removeProxy() public method

public removeProxy ( $func )
    public function removeProxy($func)
    {
        unset($this->proxies[$func]);
    }