createRule() protected method
Creates a URL rule using the given pattern and action.
protected yii\web\UrlRuleInterface createRule ( $pattern, $prefix, $action ) | ||
---|---|---|
$pattern | string | |
$prefix | string | |
$action | string |
createRule() protected method
Creates a URL rule using the given pattern and action.
protected yii\web\UrlRuleInterface createRule ( $pattern, $prefix, $action ) | ||
---|---|---|
$pattern | string | |
$prefix | string | |
$action | string |
Please login to continue.