ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Form property dispatcher. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
setItem ($a_val) | |
Set item. More... | |
getItem () | |
Get item. More... | |
executeCommand () | |
Execute command. More... | |
Protected Attributes | |
$ctrl | |
Form property dispatcher.
Forwards control flow to property form input GUI classes.
Definition at line 13 of file class.ilFormPropertyDispatchGUI.php.
ilFormPropertyDispatchGUI::__construct | ( | ) |
ilFormPropertyDispatchGUI::executeCommand | ( | ) |
Execute command.
Definition at line 54 of file class.ilFormPropertyDispatchGUI.php.
References $ctrl, $ilCtrl, and getItem().
ilFormPropertyDispatchGUI::getItem | ( | ) |
Get item.
Definition at line 46 of file class.ilFormPropertyDispatchGUI.php.
Referenced by executeCommand().
ilFormPropertyDispatchGUI::setItem | ( | $a_val | ) |
|
protected |
Definition at line 18 of file class.ilFormPropertyDispatchGUI.php.
Referenced by executeCommand().