app\helpers\RequestParams::__call PHP Méthode

__call() public méthode

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