app\helpers\RequestParams::get PHP Method

get() public method

public get ( $name )
    public function get($name)
    {
        return $this->getParamData[$name];
    }