base\Widget getView()

getView() public method

Returns the view object that can be used to render views or view files.

The render() 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\web\View getView ( )
return yii\web\View

The view object that can be used to render views or view files.

doc_Yii
2016-10-30 16:52:41
Comments
Leave a Comment

Please login to continue.