getViewPath() public method
Returns the directory containing view files for this controller.
The default implementation returns the directory named as controller $id under the $module's $viewPath directory.
public string getViewPath ( ) | ||
---|---|---|
return | string |
The directory containing the view files for this controller. |
Please login to continue.