OpenMediaVault
0.6 (Kralizec)
The open network attached storage solution
|
Public Member Functions | |
__construct ($mode=OMVWebGui::MODE_USER) | |
setMode ($mode) | |
getJavascriptIncludes () | |
![]() | |
render () | |
getJavascriptIncludes () | |
getCssIncludes () | |
![]() | |
__construct () | |
getLastError () | |
Public Attributes | |
const | MODE_ADMINISTRATOR = "admin" |
const | MODE_USER = "user" |
Protected Member Functions | |
getBodyId () | |
getBodyContent () | |
![]() | |
scanFiles ($fileName, &$incList) | |
scanDir ($dirPath, &$incList, $recursive=TRUE) | |
getTitle () | |
getBodyId () | |
getBodyContent () | |
![]() | |
setLastError ($error) | |
debug () | |
Protected Attributes | |
$mode = null | |
OMVWebGui::__construct | ( | $mode = OMVWebGui::MODE_USER | ) |
Constructor
mode | The mode of the WebGUI, e.g. MODE_ADMINISTRATOR or MODE_USER. |
OMVWebGui::setMode | ( | $mode | ) |
Set the WebGUI mode.
mode | The mode of the WebGUI, e.g. MODE_ADMINISTRATOR or MODE_USER. |