ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
File System Explorer GUI class. More...
Public Member Functions | |
__construct ($a_main_directory) | |
getTable ($a_dir, $a_subdir) | |
Get table. More... | |
uploadFile () | |
Insert into database the file order and update the file. More... | |
saveFilesOrder () | |
Save all the orders. More... | |
deleteFile () | |
delete object file we can pass one parameter to deleteFile in fileSystemGUI, that contains the name of the class to redirect. More... | |
renameFile () | |
Rename File name. More... | |
Public Member Functions inherited from ilFileSystemGUI | |
__construct ($a_main_directory) | |
setAllowedSuffixes ($a_suffixes) | |
Set allowed Suffixes. More... | |
getAllowedSuffixes () | |
Get allowed Suffixes. More... | |
setForbiddenSuffixes ($a_suffixes) | |
Set forbidden Suffixes. More... | |
getForbiddenSuffixes () | |
Get Accepted Suffixes. More... | |
isValidSuffix ($a_suffix) | |
Is suffix valid? More... | |
setAllowDirectories ($a_val) | |
Set allow directories. More... | |
getAllowDirectories () | |
Get allow directories. More... | |
setPostDirPath ($a_val) | |
Set post dir path. More... | |
getPostDirPath () | |
Get post dir path. More... | |
setTableId ($a_val) | |
Set table id. More... | |
getTableId () | |
Get table id. More... | |
setTitle ($a_val) | |
Set title. More... | |
getTitle () | |
Get title. More... | |
setUseUploadDirectory ($a_val) | |
Set use upload directory. More... | |
getUseUploadDirectory () | |
Get use upload directory. More... | |
getLastPerformedCommand () | |
Get performed command. More... | |
executeCommand () | |
execute command More... | |
addCommand (&$a_obj, $a_func, $a_name, $a_single=true, $a_allow_dir=false) | |
Add command. More... | |
clearCommands () | |
Clear commands. More... | |
labelFile ($a_file, $a_label) | |
label a file More... | |
activateLabels ($a_act, $a_label_header) | |
activate file labels More... | |
extCommand ($a_nr) | |
call external command More... | |
setAllowDirectoryCreation ($a_val) | |
Set allowed directory creation. More... | |
getAllowDirectoryCreation () | |
Get allowed directory creation. More... | |
setAllowFileCreation ($a_val) | |
Set allowed file creation. More... | |
getAllowFileCreation () | |
Get allowed file creation. More... | |
listFiles ($a_table_gui=null) | |
List files. More... | |
getTable ($a_dir, $a_subdir) | |
Get table. More... | |
renameFileForm ($a_file) | |
list files More... | |
renameFile () | |
rename a file More... | |
cancelRename () | |
cancel renaming a file More... | |
createDirectory () | |
create directory More... | |
uploadFile () | |
Upload file. More... | |
confirmDeleteFile (array $a_files) | |
Confirm file deletion. More... | |
deleteFile () | |
delete object file More... | |
unzipFile ($a_file=null) | |
delete object file More... | |
downloadFile ($a_file) | |
delete object file More... | |
getTabs (&$tabs_gui) | |
get tabs More... | |
getActionCommands () | |
defineCommands () | |
Define commands available. More... | |
Additional Inherited Members | |
Data Fields inherited from ilFileSystemGUI | |
$ctrl | |
const | CDIR = "cdir" |
Protected Member Functions inherited from ilFileSystemGUI | |
setPerformedCommand ($command, $pars="") | |
Set performed command. More... | |
parseCurrentDirectory () | |
getFileList ($a_dir, $a_subdir=null) | |
getIncomingFiles () | |
Protected Attributes inherited from ilFileSystemGUI | |
$use_upload_directory = false | |
$allowed_suffixes = array() | |
$forbidden_suffixes = array() | |
File System Explorer GUI class.
Definition at line 13 of file class.ilExAssignmentFileSystemGUI.php.
ilExAssignmentFileSystemGUI::__construct | ( | $a_main_directory | ) |
ilExAssignmentFileSystemGUI::deleteFile | ( | ) |
delete object file we can pass one parameter to deleteFile in fileSystemGUI, that contains the name of the class to redirect.
string | view to redirect |
Definition at line 78 of file class.ilExAssignmentFileSystemGUI.php.
References $_GET, $_POST, and ilExAssignment\instructionFileDeleteOrder().
ilExAssignmentFileSystemGUI::getTable | ( | $a_dir, | |
$a_subdir | |||
) |
Get table.
Definition at line 29 of file class.ilExAssignmentFileSystemGUI.php.
References ilFileSystemGUI\getPostDirPath(), and ilFileSystemGUI\getTableId().
ilExAssignmentFileSystemGUI::renameFile | ( | ) |
Rename File name.
Definition at line 90 of file class.ilExAssignmentFileSystemGUI.php.
References $_GET, $_POST, ilExAssignment\renameInstructionFile(), and ilUtil\stripSlashes().
ilExAssignmentFileSystemGUI::saveFilesOrder | ( | ) |
Save all the orders.
Definition at line 63 of file class.ilExAssignmentFileSystemGUI.php.
References $_GET, $_POST, ilFileSystemGUI\$ctrl, $ilCtrl, and ilExAssignment\saveInstructionFilesOrderOfAssignment().
ilExAssignmentFileSystemGUI::uploadFile | ( | ) |
Insert into database the file order and update the file.
string | view to redirect |
Definition at line 52 of file class.ilExAssignmentFileSystemGUI.php.
References $_GET, $filename, ilExAssignment\instructionFileInsertOrder(), and ilUtil\stripSlashes().