yii\web\UrlRule::getParamRules PHP Method

getParamRules() protected method

Returns list of regex for matching parameter.
Since: 2.0.6
protected getParamRules ( ) : array
return array parameter keys and regexp rules.
    protected function getParamRules()
    {
        return $this->_paramRules;
    }