Kraken\Util\Invoker\Invoker::call PHP Method

call() public method

public call ( $func, $args = [] )
    public function call($func, $args = [])
    {
        return call_user_func_array($this->getProxy($func), $args);
    }