app\helpers\RequestParams::__call PHP 메소드

__call() 공개 메소드

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