OMV\ControlPanel\ControlPanelAbstract::getBodyClass |
( |
| ) |
|
|
abstractprotected |
OMV\ControlPanel\ControlPanelAbstract::getBodyContent |
( |
| ) |
|
|
abstractprotected |
OMV\ControlPanel\ControlPanelAbstract::getCacheFileId |
( |
| ) |
|
|
protected |
Get the identifier to make the cache file unique, e.g. "xyz". Defaults to empty.
- Returns
- The cache file identifier.
OMV\ControlPanel\ControlPanelAbstract::getCssIncludes |
( |
| ) |
|
Get an list of CSS files to be included.
- Returns
- An array of files to be included.
OMV\ControlPanel\ControlPanelAbstract::getJavascriptIncludes |
( |
| ) |
|
Get an list of javascript files to be included.
- Returns
- An array of files to be included.
OMV\ControlPanel\ControlPanelAbstract::getTitle |
( |
| ) |
|
|
protected |
Get the title of the HTML page.
- Returns
- The page title string.
OMV\ControlPanel\ControlPanelAbstract::render |
( |
| ) |
|
OMV\ControlPanel\ControlPanelAbstract::scanDir |
( |
|
$dirPath, |
|
|
& |
$incList, |
|
|
|
$recursive = TRUE |
|
) |
| |
|
protected |
Scan the given directory for Javascript files to be added
- Parameters
-
dirPath | The name of the directory to scan |
incList | The list where to add the files to include |
recursive | Scan subdirs |
OMV\ControlPanel\ControlPanelAbstract::scanFiles |
( |
|
$fileName, |
|
|
& |
$incList |
|
) |
| |
|
protected |
Includes the given file
- Parameters
-
fileName | The name of the file to add |
incList | The list where to add the files to include |
The documentation for this class was generated from the following file: