|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 21 of file class.ilCloudPluginCreateFolderGUI.php.
References $DIC, $response, $tpl, ilJsonUtil\encode(), exit, and initCreateFolder().
Here is the call graph for this function:| ilCloudPluginCreateFolderGUI::cancel | ( | ) |
Update properties.
Definition at line 107 of file class.ilCloudPluginCreateFolderGUI.php.
References $response, ilJsonUtil\encode(), and exit.
Here is the call graph for this function:| ilCloudPluginCreateFolderGUI::createFolder | ( | ) |
Update properties.
Definition at line 78 of file class.ilCloudPluginCreateFolderGUI.php.
References $_POST, $DIC, $lng, $response, $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 47 of file class.ilCloudPluginCreateFolderGUI.php.
References $_POST, $DIC, $id, $ilCtrl, $lng, and $name.
Referenced by asyncCreateFolder().
Here is the caller graph for this function: