| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Abstract parent class for all page component plugin gui classes. More...
 Collaboration diagram for ilPageComponentPluginGUI:
 Collaboration diagram for ilPageComponentPluginGUI:| Public Member Functions | |
| setPCGUI ($a_val) | |
| Set pc gui object. | |
| getPCGUI () | |
| Get pc gui object. | |
| setPlugin ($a_val) | |
| Set plugin object. | |
| getPlugin () | |
| Get plugin object. | |
| setMode ($a_mode) | |
| Set Mode. | |
| getMode () | |
| Get Mode. | |
| getHTML () | |
| Get HTML. | |
| executeCommand () | |
| insert () | |
| edit () | |
| create () | |
| getElementHTML ($a_mode, array $a_properties, $plugin_version) | |
| createElement (array $a_properties) | |
| updateElement (array $a_properties) | |
| returnToParent () | |
| Return to parent. | |
| setProperties (array $a_val) | |
| Set properties. | |
| getProperties () | |
| Get properties. | |
| Protected Member Functions | |
| addCreationButton ($a_form) | |
| Add creation button. | |
| Protected Attributes | |
| $plugin | |
| $pc_gui | |
| $pc | |
Abstract parent class for all page component plugin gui classes.
Definition at line 13 of file class.ilPageComponentPluginGUI.php.
| 
 | finalprotected | 
Add creation button.
| @return | 
Definition at line 157 of file class.ilPageComponentPluginGUI.php.
References $lng.
| 
 | abstract | 
| ilPageComponentPluginGUI::createElement | ( | array | $a_properties | ) | 
Definition at line 104 of file class.ilPageComponentPluginGUI.php.
References getPCGUI().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | abstract | 
| 
 | abstract | 
| 
 | abstract | 
| ilPageComponentPluginGUI::getHTML | ( | ) | 
Get HTML.
| @return | 
Definition at line 85 of file class.ilPageComponentPluginGUI.php.
References ilPageComponentPlugin\CMD_EDIT, ilPageComponentPlugin\CMD_INSERT, edit(), getMode(), and insert().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | final | 
Get Mode.
Definition at line 74 of file class.ilPageComponentPluginGUI.php.
Referenced by getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPageComponentPluginGUI::getPCGUI | ( | ) | 
Get pc gui object.
Definition at line 34 of file class.ilPageComponentPluginGUI.php.
References $pc_gui.
Referenced by createElement(), getProperties(), returnToParent(), setProperties(), and updateElement().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPageComponentPluginGUI::getPlugin | ( | ) | 
Get plugin object.
Definition at line 54 of file class.ilPageComponentPluginGUI.php.
References $plugin.
| ilPageComponentPluginGUI::getProperties | ( | ) | 
Get properties.
Definition at line 141 of file class.ilPageComponentPluginGUI.php.
References getPCGUI().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | abstract | 
| ilPageComponentPluginGUI::returnToParent | ( | ) | 
Return to parent.
Definition at line 117 of file class.ilPageComponentPluginGUI.php.
References getPCGUI().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | final | 
Set Mode.
| string | $a_mode | Mode | 
Definition at line 64 of file class.ilPageComponentPluginGUI.php.
| ilPageComponentPluginGUI::setPCGUI | ( | $a_val | ) | 
Set pc gui object.
| object | $a_val | pc gui object | 
Definition at line 24 of file class.ilPageComponentPluginGUI.php.
| ilPageComponentPluginGUI::setPlugin | ( | $a_val | ) | 
Set plugin object.
| object | $a_val | plugin object | 
Definition at line 44 of file class.ilPageComponentPluginGUI.php.
| ilPageComponentPluginGUI::setProperties | ( | array | $a_val | ) | 
Set properties.
| array | $a_val | properties array | 
Definition at line 127 of file class.ilPageComponentPluginGUI.php.
References getPCGUI().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilPageComponentPluginGUI::updateElement | ( | array | $a_properties | ) | 
Definition at line 109 of file class.ilPageComponentPluginGUI.php.
References getPCGUI().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
Definition at line 17 of file class.ilPageComponentPluginGUI.php.
| 
 | protected | 
Definition at line 16 of file class.ilPageComponentPluginGUI.php.
Referenced by getPCGUI().
| 
 | protected | 
Definition at line 15 of file class.ilPageComponentPluginGUI.php.
Referenced by getPlugin().