Kraken\Util\Invoker\Invoker::existsProxy PHP Method

existsProxy() public method

public existsProxy ( $func )
    public function existsProxy($func)
    {
        return isset($this->proxies[$func]);
    }