Inheritance diagram for uiBrowser:
Public Member Functions | |
uiBrowser ($config) | |
uiBrowser | |
alertMsg () | |
alertMsg | |
loginform (&$Smarty, &$mask) | |
loginform | |
getUserInfo () | |
getUserInfo | |
getStructure ($id, $homedir=FALSE) | |
getStructure | |
getNewFileForm ($id, $mask) | |
getNewFileForm | |
getSearchForm ($id, &$mask) | |
getSearchForm | |
getSubjects () | |
getSubjects | |
getAddSubjectForm ($mask) | |
addSubjectForm | |
getChangePasswdForm ($uid) | |
getChangePasswdForm | |
getGroups ($id) | |
getGroups | |
getSubj2GroupForm ($id) | |
getSubj2GroupForm | |
getPermissions ($id) | |
getPermissions | |
getNewFileData ($id) | |
getNewFileData | |
getSearchRes ($id, $search) | |
getSearchRes | |
getFile ($id) | |
getFile | |
getMdata ($id) | |
getMdata | |
getInfo ($id) | |
getInfo | |
getMetadataForm ($id, &$mask) | |
getMetaDataForm | |
systemPrefs (&$mask) | |
Public Attributes | |
$alertMsg |
|
uiBrowser Initialize a new Browser Class including:
Definition at line 15 of file ui_browser.class.php. |
|
alertMsg takes error message from session var
Definition at line 38 of file ui_browser.class.php. References alertMsg(). Referenced by alertMsg(), and getFile(). |
|
addSubjectForm create a form to add GreenBox subjects (users/groups)
Definition at line 193 of file ui_browser.class.php. References uiBase::_parseArr2Form(). |
|
getChangePasswdForm create a form to change user-passwords in GreenBox
Definition at line 214 of file ui_browser.class.php. References changePasswd. |
|
getFile Call access method and show access path. Example only - not really useable. TODO: resource should be released by release method call
Definition at line 353 of file ui_browser.class.php. References alertMsg(). |
|
getGroups get a list of groups where user is member of $id int local user ID
Definition at line 241 of file ui_browser.class.php. Referenced by getSubj2GroupForm(). |
|
getInfo Call getid3 library to analyze media file and show some results
Definition at line 380 of file ui_browser.class.php. |
|
getMdata Show file's metadata as XML
Definition at line 368 of file ui_browser.class.php. |
|
getMetaDataForm create a form to edit Metadata
Definition at line 402 of file ui_browser.class.php. References uiBase::_parseArr2Form(), and editMetaData. |
|
getNewFileData get basic data about Folder to store file in
Definition at line 313 of file ui_browser.class.php. |
|
getNewFileForm create a form for file-upload
Definition at line 139 of file ui_browser.class.php. References uiBase::_parseArr2Form(), and newfile. |
|
getPermissions get permissions for local object ID
Definition at line 293 of file ui_browser.class.php. References subjects. |
|
getSearchForm create a form for searching in StorageServer
Definition at line 160 of file ui_browser.class.php. References uiBase::_parseArr2Form(), and search. |
|
getSearchRes get Search Result
Definition at line 330 of file ui_browser.class.php. References search. |
|
getStructure get directory-structure
Definition at line 99 of file ui_browser.class.php. References $_REQUEST. |
|
getSubj2GroupForm creates a form to assign groups to a user
Definition at line 262 of file ui_browser.class.php. References addSubj2Group, and getGroups(). |
|
getSubjects get all GreenBox subjects (users/groups)
Definition at line 178 of file ui_browser.class.php. |
|
getUserInfo get info about logged in user
Definition at line 83 of file ui_browser.class.php. |
|
loginform create a login-form
Definition at line 57 of file ui_browser.class.php. References uiBase::_parseArr2Form(). |
|
Definition at line 416 of file ui_browser.class.php. References uiBase::_parseArr2Form(), and systemPrefs(). Referenced by systemPrefs(). |
|
Definition at line 3 of file ui_browser.class.php. |