| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
GUI class for calendar recurrences. More...
 Collaboration diagram for ilCalendarRecurrenceGUI:
 Collaboration diagram for ilCalendarRecurrenceGUI:| Public Member Functions | |
| __construct ($a_form, $a_recurrence) | |
| Constructor. | |
| setRecurrence ($a_rec) | |
| set recurrence object | |
| initForm () | |
| get html | |
| Protected Attributes | |
| $form | |
| $appointment | |
| $recurrence | |
GUI class for calendar recurrences.
Used for calendar appointments and course events
Definition at line 34 of file class.ilCalendarRecurrenceGUI.php.
| ilCalendarRecurrenceGUI::__construct | ( | $a_form, | |
| $a_recurrence | |||
| ) | 
| ilCalendarRecurrenceGUI::initForm | ( | ) | 
get html
public
| @return | 
Definition at line 77 of file class.ilCalendarRecurrenceGUI.php.
References ilCalendarRecurrence\FREQ_DAILY, ilCalendarRecurrence\FREQ_MONTHLY, ilCalendarRecurrence\FREQ_WEEKLY, ilCalendarRecurrence\FREQ_YEARLY, ilCheckboxInputGUI\setChecked(), ilFormPropertyGUI\setRequired(), and ilTextInputGUI\setSize().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilCalendarRecurrenceGUI::setRecurrence | ( | $a_rec | ) | 
set recurrence object
public
| recurrence | 
Definition at line 65 of file class.ilCalendarRecurrenceGUI.php.
| 
 | protected | 
Definition at line 37 of file class.ilCalendarRecurrenceGUI.php.
| 
 | protected | 
Definition at line 36 of file class.ilCalendarRecurrenceGUI.php.
| 
 | protected | 
Definition at line 38 of file class.ilCalendarRecurrenceGUI.php.