app\helpers\RequestParams::__call PHP Method

__call() public method

public __call ( $name, $arguments )
    public function __call($name, $arguments)
    {
        return call_user_func(array($this->request, $name), $arguments);
    }