resolveViewName() protected method
Resolves the view name currently being requested.
protected string resolveViewName ( ) | ||
---|---|---|
return | string |
The resolved view name |
throws | yii\web\NotFoundHttpException |
if the specified view name is invalid |
resolveViewName() protected method
Resolves the view name currently being requested.
protected string resolveViewName ( ) | ||
---|---|---|
return | string |
The resolved view name |
throws | yii\web\NotFoundHttpException |
if the specified view name is invalid |
Please login to continue.