yii\web\UrlRule::getParamRules PHP 메소드

getParamRules() 보호된 메소드

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