|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Form property dispatcher. More...
Collaboration diagram for ilFormPropertyDispatchGUI: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().
Here is the call graph for this function:| ilFormPropertyDispatchGUI::getItem | ( | ) |
Get item.
Definition at line 46 of file class.ilFormPropertyDispatchGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilFormPropertyDispatchGUI::setItem | ( | $a_val | ) |
Set item.
| object | item |
Definition at line 36 of file class.ilFormPropertyDispatchGUI.php.
|
protected |
Definition at line 18 of file class.ilFormPropertyDispatchGUI.php.
Referenced by executeCommand().