◆ getBaseBodyContent()
OMV\ControlPanel\ControlPanelAbstract::getBaseBodyContent |
( |
| ) |
|
|
protected |
Get the base HTML body code.
◆ getBodyClass()
OMV\ControlPanel\ControlPanelAbstract::getBodyClass |
( |
| ) |
|
|
abstractprotected |
◆ getBodyContent()
OMV\ControlPanel\ControlPanelAbstract::getBodyContent |
( |
| ) |
|
|
abstractprotected |
◆ getCacheFileId()
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.
◆ getCssIncludes()
OMV\ControlPanel\ControlPanelAbstract::getCssIncludes |
( |
| ) |
|
Get an list of CSS files to be included.
- Returns
- An array of files to be included.
◆ getJavascriptIncludes()
OMV\ControlPanel\ControlPanelAbstract::getJavascriptIncludes |
( |
| ) |
|
Get an list of javascript files to be included.
- Returns
- An array of files to be included.
◆ getTitle()
OMV\ControlPanel\ControlPanelAbstract::getTitle |
( |
| ) |
|
|
protected |
Get the title of the HTML page.
- Returns
- The page title string.
◆ render()
OMV\ControlPanel\ControlPanelAbstract::render |
( |
| ) |
|
◆ scanDir()
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 |
◆ scanFiles()
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: