|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilCloudPluginCreateFolderGUI. More...
Inheritance diagram for ilCloudPluginCreateFolderGUI:
Collaboration diagram for ilCloudPluginCreateFolderGUI:Public Member Functions | |
| asyncCreateFolder () | |
| initCreateFolder () | |
| Init form. More... | |
| createFolder () | |
| Update properties. More... | |
| cancel () | |
| Update properties. More... | |
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 $DIC, $tpl, ilJsonUtil\encode(), exit, and initCreateFolder().
Here is the call graph for this function:| ilCloudPluginCreateFolderGUI::cancel | ( | ) |
Update properties.
Definition at line 115 of file class.ilCloudPluginCreateFolderGUI.php.
References exit.
| ilCloudPluginCreateFolderGUI::createFolder | ( | ) |
Update properties.
Definition at line 83 of file class.ilCloudPluginCreateFolderGUI.php.
References $_POST, $DIC, $lng, $tpl, ilJsonUtil\encode(), exit, and ilCloudFileTree\getFileTreeFromSession().
Here is the call graph for this function:| ilCloudPluginCreateFolderGUI::initCreateFolder | ( | ) |
Init form.
| int | $a_mode | Edit Mode |
Definition at line 51 of file class.ilCloudPluginCreateFolderGUI.php.
References $_POST, $DIC, $ilCtrl, and $lng.
Referenced by asyncCreateFolder().
Here is the caller graph for this function: