ILIAS
Release_4_0_x_branch Revision 61816
|
Form property dispatcher. More...
Public Member Functions | |
_construct () | |
Constructor. | |
setItem ($a_val) | |
Set item. | |
getItem () | |
Get item. | |
& | executeCommand () |
Execute command. |
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 45 of file class.ilFormPropertyDispatchGUI.php.
References $cmd, $ilCtrl, and getItem().
ilFormPropertyDispatchGUI::getItem | ( | ) |
Get item.
Definition at line 37 of file class.ilFormPropertyDispatchGUI.php.
Referenced by executeCommand().
ilFormPropertyDispatchGUI::setItem | ( | $a_val | ) |
Set item.
object | item |
Definition at line 27 of file class.ilFormPropertyDispatchGUI.php.