Inheritance diagram for ThemeView:

Public Member Functions | |
| __construct (&$controller) | |
| _paths ($plugin=null, $cached=true) | |
Public Attributes | |
| $themeElement = null | |
| $themeLayout = null | |
| $themePath = null | |
Definition at line 31 of file theme.php.
| ThemeView::__construct | ( | &$ | controller | ) |
Enter description here...
| unknown_type | $controller |
Definition at line 55 of file theme.php.
References __construct().
| ThemeView::_paths | ( | $ | plugin = null, |
|
| $ | cached = true | |||
| ) |
Return all possible paths to find view files in order
| string | $plugin |
Reimplemented from View.
Definition at line 77 of file theme.php.
References View::$plugin.
Referenced by ScaffoldView::_getViewFileName().
1.4.7