|
ILIAS
release_4-4 Revision
|
Class ilCloudPluginActionListGUI. More...
Inheritance diagram for ilCloudPluginActionListGUI:
Collaboration diagram for ilCloudPluginActionListGUI:Public Member Functions | |
| asyncGetContent ($delete_item=false, $delete_folder=false, ilCloudFileNode $node) | |
Public Member Functions inherited from ilCloudPluginGUI | |
| __construct ($plugin_service_class) | |
| getPluginObject () | |
| getPluginHookObject () | |
| getAdminConfigObject () | |
| getService () | |
| txt ($var="") | |
| executeCommand () | |
Protected Member Functions | |
| addSelectionListItems ($delete_item, $delete_folder) | |
| addItemsBefore () | |
| addItemsAfter () | |
| checkHasAction () | |
| getAsyncMode () | |
Protected Member Functions inherited from ilCloudPluginListGUI | |
| addItemsBefore () | |
| addItemsAfter () | |
Protected Attributes | |
| $node = null | |
Protected Attributes inherited from ilCloudPluginListGUI | |
| $node = null | |
Protected Attributes inherited from ilCloudPluginGUI | |
| $service = null | |
Class ilCloudPluginActionListGUI.
Basic functionality of the action list. Can be extended to define addidtional actions by the plugin. Note that the list is loaded asyncronically by default. Disable if not wanted.
Definition at line 17 of file class.ilCloudPluginActionListGUI.php.
|
protected |
Definition at line 107 of file class.ilCloudPluginActionListGUI.php.
Referenced by addSelectionListItems().
Here is the caller graph for this function:
|
protected |
Definition at line 106 of file class.ilCloudPluginActionListGUI.php.
Referenced by addSelectionListItems().
Here is the caller graph for this function:
|
protected |
Definition at line 67 of file class.ilCloudPluginActionListGUI.php.
References $lng, addItemsAfter(), and addItemsBefore().
Referenced by asyncGetContent().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCloudPluginActionListGUI::asyncGetContent | ( | $delete_item = false, |
|
$delete_folder = false, |
|||
| ilCloudFileNode | $node | ||
| ) |
| bool | $delete_item | |
| bool | $delete_folder | |
| ilCloudFileNode | $node |
Definition at line 84 of file class.ilCloudPluginActionListGUI.php.
References $lng, $node, addSelectionListItems(), and exit.
Here is the call graph for this function:
|
protected |
Definition at line 108 of file class.ilCloudPluginActionListGUI.php.
|
protected |
Definition at line 109 of file class.ilCloudPluginActionListGUI.php.
|
protected |
Definition at line 22 of file class.ilCloudPluginActionListGUI.php.
Referenced by asyncGetContent().