ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilCloudPluginListGUI.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2010 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
13 abstract class ilCloudPluginListGUI extends ilCloudPluginGUI
14 {
15 
19  protected $node = null;
20 
21 
22  abstract protected function addItemsBefore();
23 
24 
25  abstract protected function addItemsAfter();
26 }
Class ilCloudPluginListGUI.
Class ilCloudPluginGUI.