getViewPath() public method
Returns the directory containing the view files for this widget.
The default implementation returns the 'views' subdirectory under the directory containing the widget class file.
public string getViewPath ( ) | ||
---|---|---|
return | string |
The directory containing the view files for this widget. |
Please login to continue.