ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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) | |
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().
|
finalprotected |
Definition at line 125 of file class.ilPageComponentPluginGUI.php.
References $lng, ilPropertyFormGUI\addCommandButton(), and ilLanguage\txt().
|
abstract |
ilPageComponentPluginGUI::createElement | ( | array | $a_properties | ) |
Definition at line 90 of file class.ilPageComponentPluginGUI.php.
References getPCGUI().
|
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().
|
final |
Definition at line 62 of file class.ilPageComponentPluginGUI.php.
References $mode.
Referenced by getHTML().
ilPageComponentPluginGUI::getPCGUI | ( | ) |
Definition at line 42 of file class.ilPageComponentPluginGUI.php.
References $pc_gui.
Referenced by createElement(), getProperties(), returnToParent(), setProperties(), and updateElement().
ilPageComponentPluginGUI::getPlugin | ( | ) |
Definition at line 52 of file class.ilPageComponentPluginGUI.php.
References $plugin.
ilPageComponentPluginGUI::getProperties | ( | ) |
Definition at line 116 of file class.ilPageComponentPluginGUI.php.
References getPCGUI().
|
abstract |
ilPageComponentPluginGUI::returnToParent | ( | ) |
Definition at line 100 of file class.ilPageComponentPluginGUI.php.
References getPCGUI().
|
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 108 of file class.ilPageComponentPluginGUI.php.
References getPCGUI().
ilPageComponentPluginGUI::updateElement | ( | array | $a_properties | ) |
Definition at line 95 of file class.ilPageComponentPluginGUI.php.
References getPCGUI().
|
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().