| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Collaboration diagram for ilPageComponentPluginGUI:Public Member Functions | |
| __construct () | |
| setPCGUI (ilPCPluggedGUI $a_val) | |
| getPCGUI () | |
| setPlugin (ilPageComponentPlugin $a_val) | |
| getPlugin () | |
| setMode (string $a_mode) | |
| getMode () | |
| getHTML () | |
| Get HTML.  More... | |
| executeCommand () | |
| insert () | |
| edit () | |
| create () | |
| getElementHTML (string $a_mode, array $a_properties, string $plugin_version) | |
| create_plug () | |
| createElement (array $a_properties) | |
| updateElement (array $a_properties) | |
| returnToParent () | |
| setProperties (array $a_val) | |
| Set properties.  More... | |
| getProperties () | |
Protected Member Functions | |
| addCreationButton (ilPropertyFormGUI $a_form) | |
Protected Attributes | |
| string | $mode | 
| ilLanguage | $lng | 
| ilPageComponentPlugin | $plugin | 
| ilPCPluggedGUI | $pc_gui | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Abstract parent class for all page component plugin gui classes.
Definition at line 23 of file class.ilPageComponentPluginGUI.php.
| ilPageComponentPluginGUI::__construct | ( | ) | 
Definition at line 30 of file class.ilPageComponentPluginGUI.php.
References $DIC, and ILIAS\Repository\lng().
 Here is the call graph for this function:
      
  | 
  finalprotected | 
Definition at line 130 of file class.ilPageComponentPluginGUI.php.
References $lng, ilPropertyFormGUI\addCommandButton(), and ilLanguage\txt().
 Here is the call graph for this function:
      
  | 
  abstract | 
| ilPageComponentPluginGUI::create_plug | ( | ) | 
Definition at line 90 of file class.ilPageComponentPluginGUI.php.
References create().
 Here is the call graph for this function:| ilPageComponentPluginGUI::createElement | ( | array | $a_properties | ) | 
Definition at line 95 of file class.ilPageComponentPluginGUI.php.
References getPCGUI().
 Here is the call graph for this function:
      
  | 
  abstract | 
      
  | 
  abstract | 
      
  | 
  abstract | 
| ilPageComponentPluginGUI::getHTML | ( | ) | 
Get HTML.
Definition at line 70 of file class.ilPageComponentPluginGUI.php.
References ilPageComponentPlugin\CMD_EDIT, ilPageComponentPlugin\CMD_INSERT, create(), edit(), executeCommand(), getElementHTML(), getMode(), and insert().
 Here is the call graph for this function:
      
  | 
  final | 
Definition at line 62 of file class.ilPageComponentPluginGUI.php.
References $mode.
Referenced by getHTML().
 Here is the caller graph for this function:| ilPageComponentPluginGUI::getPCGUI | ( | ) | 
Definition at line 42 of file class.ilPageComponentPluginGUI.php.
References $pc_gui.
Referenced by createElement(), getProperties(), returnToParent(), setProperties(), and updateElement().
 Here is the caller graph for this function:| ilPageComponentPluginGUI::getPlugin | ( | ) | 
Definition at line 52 of file class.ilPageComponentPluginGUI.php.
References $plugin.
| ilPageComponentPluginGUI::getProperties | ( | ) | 
Definition at line 121 of file class.ilPageComponentPluginGUI.php.
References getPCGUI().
 Here is the call graph for this function:
      
  | 
  abstract | 
| ilPageComponentPluginGUI::returnToParent | ( | ) | 
Definition at line 105 of file class.ilPageComponentPluginGUI.php.
References getPCGUI().
 Here is the call graph for this function:
      
  | 
  final | 
Definition at line 57 of file class.ilPageComponentPluginGUI.php.
| ilPageComponentPluginGUI::setPCGUI | ( | ilPCPluggedGUI | $a_val | ) | 
Definition at line 37 of file class.ilPageComponentPluginGUI.php.
| ilPageComponentPluginGUI::setPlugin | ( | ilPageComponentPlugin | $a_val | ) | 
Definition at line 47 of file class.ilPageComponentPluginGUI.php.
| ilPageComponentPluginGUI::setProperties | ( | array | $a_val | ) | 
Set properties.
Definition at line 113 of file class.ilPageComponentPluginGUI.php.
References getPCGUI().
 Here is the call graph for this function:| ilPageComponentPluginGUI::updateElement | ( | array | $a_properties | ) | 
Definition at line 100 of file class.ilPageComponentPluginGUI.php.
References getPCGUI().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 26 of file class.ilPageComponentPluginGUI.php.
Referenced by addCreationButton().
      
  | 
  protected | 
Definition at line 25 of file class.ilPageComponentPluginGUI.php.
Referenced by getMode().
      
  | 
  protected | 
Definition at line 28 of file class.ilPageComponentPluginGUI.php.
Referenced by getPCGUI().
      
  | 
  protected | 
Definition at line 27 of file class.ilPageComponentPluginGUI.php.
Referenced by getPlugin().