getView() public method
Returns the view object that can be used to render views or view files.
The render(), renderPartial() and renderFile() methods will use this view object to implement the actual view rendering. If not set, it will default to the "view" application component.
public yii\base\View|yii\web\View getView ( ) | ||
---|---|---|
return | yii\base\View|yii\web\View |
The view object that can be used to render views or view files. |
Please login to continue.