ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilCloudPluginCreateFolderGUI. More...
Public Member Functions | |
asyncCreateFolder () | |
initCreateFolder () | |
Init form. | |
createFolder () | |
Update properties. | |
cancel () | |
Update properties. | |
Public Member Functions inherited from ilCloudPluginGUI | |
__construct ($plugin_service_class) | |
getPluginObject () | |
getPluginHookObject () | |
getAdminConfigObject () | |
getService () | |
txt ($var="") | |
executeCommand () |
Additional Inherited Members | |
Protected Attributes inherited from ilCloudPluginGUI | |
$service = null |
Class ilCloudPluginCreateFolderGUI.
Standard GUI when creating a new folder. Could be overwritten by the plugin if needed.
Definition at line 19 of file class.ilCloudPluginCreateFolderGUI.php.
ilCloudPluginCreateFolderGUI::asyncCreateFolder | ( | ) |
Definition at line 22 of file class.ilCloudPluginCreateFolderGUI.php.
References $tpl, ilJsonUtil\encode(), exit, and initCreateFolder().
ilCloudPluginCreateFolderGUI::cancel | ( | ) |
Update properties.
Definition at line 110 of file class.ilCloudPluginCreateFolderGUI.php.
References exit.
ilCloudPluginCreateFolderGUI::createFolder | ( | ) |
Update properties.
Definition at line 80 of file class.ilCloudPluginCreateFolderGUI.php.
References $_POST, $lng, $tpl, ilJsonUtil\encode(), exit, and ilCloudFileTree\getFileTreeFromSession().
ilCloudPluginCreateFolderGUI::initCreateFolder | ( | ) |
Init form.
int | $a_mode | Edit Mode |
Definition at line 50 of file class.ilCloudPluginCreateFolderGUI.php.
References $_POST, $ilCtrl, $lng, and ilFormPropertyGUI\setRequired().
Referenced by asyncCreateFolder().