Kraken\Util\Invoker\Invoker::getProxy PHP Method

getProxy() public method

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