Interface yii\base\ViewContextInterface
ViewContextInterface is the interface that should implemented by classes who want to support relative view names.
The method getViewPath() should be implemented to return the view path that may be prefixed to a relative view name.
Public Methods
Method | Description | Defined By |
---|---|---|
getViewPath() | yii\base\ViewContextInterface |
Method Details
public abstract string getViewPath ( ) | ||
return | string |
The view path that may be prefixed to a relative view name. |
---|
public function getViewPath();
Signup or Login in order to comment.