ILIAS
Release_3_10_x_branch Revision 61812
|
File System Explorer GUI class. More...
Public Member Functions | |
ilFileSystemGUI ($a_main_directory) | |
& | executeCommand () |
execute command | |
addCommand (&$a_obj, $a_func, $a_name) | |
add command | |
labelFile ($a_file, $a_label) | |
label a file | |
activateLabels ($a_act, $a_label_header) | |
activate file labels | |
& | extCommand ($a_nr) |
call external command | |
listFiles () | |
list files | |
renameFileForm () | |
list files | |
renameFile () | |
rename a file | |
cancelRename () | |
cancel renaming a file | |
createDirectory () | |
create directory | |
uploadFile () | |
upload file | |
deleteFile () | |
delete object file | |
unzipFile () | |
delete object file | |
downloadFile () | |
delete object file | |
getTabs (&$tabs_gui) | |
get tabs |
Data Fields | |
$ctrl |
File System Explorer GUI class.
Definition at line 31 of file class.ilFileSystemGUI.php.
ilFileSystemGUI::activateLabels | ( | $a_act, | |
$a_label_header | |||
) |
activate file labels
Definition at line 104 of file class.ilFileSystemGUI.php.
Referenced by ilObjFileBasedLMGUI\executeCommand().
ilFileSystemGUI::addCommand | ( | & | $a_obj, |
$a_func, | |||
$a_name | |||
) |
add command
Definition at line 81 of file class.ilFileSystemGUI.php.
ilFileSystemGUI::cancelRename | ( | ) |
cancel renaming a file
Definition at line 472 of file class.ilFileSystemGUI.php.
ilFileSystemGUI::createDirectory | ( | ) |
create directory
Definition at line 480 of file class.ilFileSystemGUI.php.
References $_GET, ilUtil\makeDir(), and ilUtil\stripSlashes().
ilFileSystemGUI::deleteFile | ( | ) |
delete object file
Definition at line 526 of file class.ilFileSystemGUI.php.
References $_GET, $file, ilUtil\delDir(), and ilUtil\stripSlashes().
ilFileSystemGUI::downloadFile | ( | ) |
delete object file
Definition at line 597 of file class.ilFileSystemGUI.php.
References $_GET, $file, ilUtil\deliverFile(), exit, if, and ilUtil\stripSlashes().
& ilFileSystemGUI::executeCommand | ( | ) |
execute command
Definition at line 54 of file class.ilFileSystemGUI.php.
References $cmd, $ret, and extCommand().
& ilFileSystemGUI::extCommand | ( | $a_nr | ) |
call external command
Definition at line 113 of file class.ilFileSystemGUI.php.
References $_GET, $file, and ilUtil\stripSlashes().
Referenced by executeCommand().
ilFileSystemGUI::getTabs | ( | & | $tabs_gui | ) |
get tabs
Definition at line 630 of file class.ilFileSystemGUI.php.
ilFileSystemGUI::ilFileSystemGUI | ( | $a_main_directory | ) |
Definition at line 35 of file class.ilFileSystemGUI.php.
References $ilCtrl, $lng, and $tpl.
ilFileSystemGUI::labelFile | ( | $a_file, | |
$a_label | |||
) |
label a file
Definition at line 96 of file class.ilFileSystemGUI.php.
ilFileSystemGUI::listFiles | ( | ) |
list files
Definition at line 156 of file class.ilFileSystemGUI.php.
References $_GET, ilUtil\getDir(), ilUtil\getImagePath(), if, ilUtil\stripSlashes(), and ilUtil\switchColor().
ilFileSystemGUI::renameFile | ( | ) |
rename a file
Definition at line 448 of file class.ilFileSystemGUI.php.
References $_GET, $dir, ilUtil\renameExecutables(), and ilUtil\stripSlashes().
ilFileSystemGUI::renameFileForm | ( | ) |
list files
Definition at line 400 of file class.ilFileSystemGUI.php.
References $_GET, $file, and ilUtil\stripSlashes().
ilFileSystemGUI::unzipFile | ( | ) |
delete object file
Definition at line 565 of file class.ilFileSystemGUI.php.
References $_GET, $file, ilUtil\renameExecutables(), ilUtil\stripSlashes(), and ilUtil\unzip().
ilFileSystemGUI::uploadFile | ( | ) |
upload file
Definition at line 503 of file class.ilFileSystemGUI.php.
References $_GET, if, ilUtil\renameExecutables(), and ilUtil\stripSlashes().
ilFileSystemGUI::$ctrl |
Definition at line 33 of file class.ilFileSystemGUI.php.