|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilChatroomFormFactory. More...
Collaboration diagram for ilChatroomFormFactory:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| getCreationForm () | |
| Instantiates and returns ilPropertyFormGUI containing ilTextInputGUI and ilTextAreaInputGUI. More... | |
| getSettingsForm () | |
| getFileUploadForm () | |
| Prepares Fileupload form and returns it. More... | |
| getPeriodForm () | |
| Returns period form. More... | |
| getUserChatNameSelectionForm (array $name_options) | |
| Returns chatname selection form. More... | |
| getSessionForm (array $sessions) | |
| Returns session form with period set by given $sessions. More... | |
| getGeneralSettingsForm () | |
| Returns general settings form. More... | |
| getClientSettingsForm () | |
Static Public Member Functions | |
| static | applyValues (ilPropertyFormGUI $form, array $values) |
| Applies given values to field in given form. More... | |
Protected Attributes | |
| $lng | |
| $user | |
Private Member Functions | |
| addDefaultBehaviour (ilPropertyFormGUI $form) | |
| Adds 'create-save' and 'cancel' button to given $form and returns it. More... | |
Class ilChatroomFormFactory.
Definition at line 12 of file class.ilChatroomFormFactory.php.
| ilChatroomFormFactory::__construct | ( | ) |
Constructor.
Definition at line 27 of file class.ilChatroomFormFactory.php.
Here is the call graph for this function:
|
private |
Adds 'create-save' and 'cancel' button to given $form and returns it.
| ilPropertyFormGUI | $form |
Definition at line 69 of file class.ilChatroomFormFactory.php.
References ilPropertyFormGUI\addCommandButton().
Referenced by getCreationForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Applies given values to field in given form.
| ilPropertyFormGUI | $form | |
| array | $values |
Definition at line 40 of file class.ilChatroomFormFactory.php.
References ilPropertyFormGUI\setValuesByArray().
Referenced by ilChatroomSettingsGUI\general().
Here is the call graph for this function:
Here is the caller graph for this function:| ilChatroomFormFactory::getClientSettingsForm | ( | ) |
Definition at line 384 of file class.ilChatroomFormFactory.php.
| ilChatroomFormFactory::getCreationForm | ( | ) |
Instantiates and returns ilPropertyFormGUI containing ilTextInputGUI and ilTextAreaInputGUI.
Definition at line 51 of file class.ilChatroomFormFactory.php.
References addDefaultBehaviour().
Here is the call graph for this function:| ilChatroomFormFactory::getFileUploadForm | ( | ) |
Prepares Fileupload form and returns it.
Definition at line 142 of file class.ilChatroomFormFactory.php.
| ilChatroomFormFactory::getGeneralSettingsForm | ( | ) |
Returns general settings form.
Definition at line 243 of file class.ilChatroomFormFactory.php.
| ilChatroomFormFactory::getPeriodForm | ( | ) |
Returns period form.
Definition at line 161 of file class.ilChatroomFormFactory.php.
| ilChatroomFormFactory::getSessionForm | ( | array | $sessions | ) |
Returns session form with period set by given $sessions.
| array | $sessions |
Definition at line 215 of file class.ilChatroomFormFactory.php.
References $session, ilDatePresentation\formatPeriod(), and IL_CAL_UNIX.
Here is the call graph for this function:| ilChatroomFormFactory::getSettingsForm | ( | ) |
Definition at line 80 of file class.ilChatroomFormFactory.php.
| ilChatroomFormFactory::getUserChatNameSelectionForm | ( | array | $name_options | ) |
Returns chatname selection form.
| array | $name_options |
Definition at line 183 of file class.ilChatroomFormFactory.php.
Here is the call graph for this function:
|
protected |
Definition at line 17 of file class.ilChatroomFormFactory.php.
|
protected |
Definition at line 22 of file class.ilChatroomFormFactory.php.