|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilRecurrenceInputGUI:
Collaboration diagram for ilRecurrenceInputGUI:Public Member Functions | |
| __construct (string $a_title, string $a_postvar) | |
| checkInput () | |
| @inheritDoc More... | |
| setRecurrence (ilCalendarRecurrence $a_rec) | |
| getRecurrence () | |
| allowUnlimitedRecurrences (bool $a_status) | |
| Allow unlimited recurrences. More... | |
| isUnlimitedRecurrenceAllowed () | |
| setEnabledSubForms (array $a_sub_forms) | |
| set enabled subforms More... | |
| getEnabledSubForms () | |
| insert (ilTemplate $a_tpl) | |
| @inheritDoc More... | |
Public Member Functions inherited from ilCustomInputGUI | |
| __construct (string $a_title="", string $a_postvar="") | |
| setHtml (string $a_html) | |
| getHtml () | |
| setValueByArray (array $a_values) | |
| insert (ilTemplate $a_tpl) | |
| setSkipRequiredCheck (bool $skip) | |
| checkInput () | |
| Check input, strip slashes etc. More... | |
| getInput () | |
Public Member Functions inherited from ilSubEnabledFormPropertyGUI | |
| addSubItem (ilFormPropertyGUI $a_item) | |
| getSubItems () | |
| getSubInputItemsRecursive () | |
| returns a flat array of possibly existing subitems recursively More... | |
| checkSubItemsInput () | |
| Check SubItems. More... | |
| getSubForm () | |
| getItemByPostVar (string $a_post_var) | |
| Get item by post var. More... | |
Public Member Functions inherited from ilFormPropertyGUI | |
| __construct (string $a_title="", string $a_postvar="") | |
| executeCommand () | |
| getType () | |
| setTitle (string $a_title) | |
| getTitle () | |
| setPostVar (string $a_postvar) | |
| getPostVar () | |
| getFieldId () | |
| setInfo (string $a_info) | |
| getInfo () | |
| setAlert (string $a_alert) | |
| getAlert () | |
| setRequired (bool $a_required) | |
| getRequired () | |
| setDisabled (bool $a_disabled) | |
| getDisabled () | |
| checkInput () | |
| Check input, strip slashes etc. More... | |
| setParentForm (ilPropertyFormGUI $a_parentform) | |
| getParentForm () | |
| setParent (ilFormPropertyGUI $a_val) | |
| getParent () | |
| getSubForm () | |
| hideSubForm () | |
| setHiddenTitle (string $a_val) | |
| getHiddenTitle () | |
| getItemByPostVar (string $a_post_var) | |
| Get item by post var. More... | |
| serializeData () | |
| unserializeData (string $a_data) | |
| setParentTable ($a_val) | |
| Set parent table. More... | |
| getParentTable () | |
| Get parent table. More... | |
| writeToSession () | |
| clearFromSession () | |
| readFromSession () | |
| getHiddenTag (string $a_post_var, string $a_value) | |
| setMulti (bool $a_multi, bool $a_sortable=false, bool $a_addremove=true) | |
| getMulti () | |
| setMultiValues (array $a_values) | |
| getMultiValues () | |
| getContentOutsideFormTag () | |
| Get content that has to reside outside of the parent form tag, e.g. More... | |
| stripSlashesAddSpaceFallback (string $a_str) | |
| Strip slashes with add space fallback, see https://www.ilias.de/mantis/view.php?id=19727. More... | |
| getTableFilterLabelFor () | |
| Get label "for" attribute value for filter. More... | |
| getFormLabelFor () | |
| Get label "for" attribute value for form. More... | |
| setRequestParam (string $key, $val) | |
| This writes the request (aka post) values. More... | |
Protected Member Functions | |
| getRecurrenceInputByTypeAsInt (string $input) | |
| getRecurrenceInputByTypeAsString (string $input) | |
| loadRecurrence () | |
| buildWeekDaySelection (ilTemplate $tpl) | |
| build weekday checkboxes More... | |
| buildMonthlyByDaySelection (ilTemplate $tpl) | |
| build monthly by day list (e.g second monday) More... | |
| buildMonthlyByMonthDaySelection (ilTemplate $tpl) | |
| build monthly bymonthday selection More... | |
| buildYearlyByMonthDaySelection (ilTemplate $tpl) | |
| buildYearlyByDaySelection (ilTemplate $tpl) | |
| buildUntilSelection (ilTemplate $tpl) | |
| build selection for ending date More... | |
Protected Member Functions inherited from ilFormPropertyGUI | |
| setType (string $a_type) | |
| checkParentFormTable () | |
| getSessionKey () | |
| getMultiIconsHTML () | |
| int ($key) | |
| intArray ($key) | |
| str ($key) | |
| raw ($key) | |
| strArray ($key) | |
| arrayArray ($key) | |
| isRequestParamArray (string $key) | |
| getRequestParam (string $key, Refinery\Transformation $t) | |
Additional Inherited Members | |
Static Public Member Functions inherited from ilFormPropertyGUI | |
| static | removeProhibitedCharacters (string $a_text) |
| Remove prohibited characters see #19159. More... | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning This class represents an input GUI for recurring events/appointments (course events or calendar appointments)
Definition at line 28 of file class.ilRecurrenceInputGUI.php.
| ilRecurrenceInputGUI::__construct | ( | string | $a_title, |
| string | $a_postvar | ||
| ) |
Reimplemented from ilCustomInputGUI.
Definition at line 46 of file class.ilRecurrenceInputGUI.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), ilCalendarUserSettings\_getInstanceByUserId(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilRecurrenceInputGUI::allowUnlimitedRecurrences | ( | bool | $a_status | ) |
Allow unlimited recurrences.
Definition at line 240 of file class.ilRecurrenceInputGUI.php.
|
protected |
build monthly by day list (e.g second monday)
Definition at line 374 of file class.ilRecurrenceInputGUI.php.
References $i, $tpl, ilCalendarUtil\_numericDayToString(), ilLegacyFormElementsUtil\formSelect(), ILIAS\Repository\lng(), and HTML_Template_IT\setVariable().
Referenced by insert().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
build monthly bymonthday selection
Definition at line 454 of file class.ilRecurrenceInputGUI.php.
References $i, $tpl, ilLegacyFormElementsUtil\formSelect(), and ILIAS\Repository\lng().
Referenced by insert().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
build selection for ending date
Definition at line 619 of file class.ilRecurrenceInputGUI.php.
References $tpl, isUnlimitedRecurrenceAllowed(), ILIAS\Repository\lng(), and HTML_Template_IT\setVariable().
Referenced by insert().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
build weekday checkboxes
Definition at line 346 of file class.ilRecurrenceInputGUI.php.
References $i, $tpl, ilCalendarUtil\_numericDayToString(), ILIAS\Repository\lng(), and HTML_Template_IT\setVariable().
Referenced by insert().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 540 of file class.ilRecurrenceInputGUI.php.
References $i, $tpl, ilCalendarUtil\_numericDayToString(), ilCalendarUtil\_numericMonthToString(), ilLegacyFormElementsUtil\formSelect(), and ILIAS\Repository\lng().
Referenced by insert().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 488 of file class.ilRecurrenceInputGUI.php.
References $i, $tpl, ilCalendarUtil\_numericMonthToString(), ilLegacyFormElementsUtil\formSelect(), and ILIAS\Repository\lng().
Referenced by insert().
Here is the call graph for this function:
Here is the caller graph for this function:| ilRecurrenceInputGUI::checkInput | ( | ) |
@inheritDoc
Reimplemented from ilCustomInputGUI.
Definition at line 61 of file class.ilRecurrenceInputGUI.php.
References $DIC, ilFormPropertyGUI\$lng, ilCalendarRecurrence\FREQ_NONE, getRecurrenceInputByTypeAsInt(), getRecurrenceInputByTypeAsString(), ILIAS\Repository\lng(), loadRecurrence(), and ilFormPropertyGUI\setAlert().
Here is the call graph for this function:| ilRecurrenceInputGUI::getEnabledSubForms | ( | ) |
Definition at line 260 of file class.ilRecurrenceInputGUI.php.
References $enabled_subforms.
Referenced by insert().
Here is the caller graph for this function:| ilRecurrenceInputGUI::getRecurrence | ( | ) |
Definition at line 232 of file class.ilRecurrenceInputGUI.php.
References $recurrence.
Referenced by loadRecurrence().
Here is the caller graph for this function:
|
protected |
Definition at line 91 of file class.ilRecurrenceInputGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Referenced by checkInput(), and loadRecurrence().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 102 of file class.ilRecurrenceInputGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Referenced by checkInput(), and loadRecurrence().
Here is the call graph for this function:
Here is the caller graph for this function:| ilRecurrenceInputGUI::insert | ( | ilTemplate | $a_tpl | ) |
@inheritDoc
Reimplemented from ilCustomInputGUI.
Definition at line 268 of file class.ilRecurrenceInputGUI.php.
References $tpl, buildMonthlyByDaySelection(), buildMonthlyByMonthDaySelection(), buildUntilSelection(), buildWeekDaySelection(), buildYearlyByDaySelection(), buildYearlyByMonthDaySelection(), ilLegacyFormElementsUtil\formSelect(), ilCalendarRecurrence\FREQ_DAILY, ilCalendarRecurrence\FREQ_MONTHLY, ilCalendarRecurrence\FREQ_WEEKLY, ilCalendarRecurrence\FREQ_YEARLY, getEnabledSubForms(), ILIAS\Repository\lng(), ilTemplate\parseCurrentBlock(), ilTemplate\setCurrentBlock(), and HTML_Template_IT\setVariable().
Here is the call graph for this function:| ilRecurrenceInputGUI::isUnlimitedRecurrenceAllowed | ( | ) |
Definition at line 245 of file class.ilRecurrenceInputGUI.php.
References $allow_unlimited_recurrences.
Referenced by buildUntilSelection().
Here is the caller graph for this function:
|
protected |
Definition at line 113 of file class.ilRecurrenceInputGUI.php.
References ilCalendarRecurrence\FREQ_DAILY, ilCalendarRecurrence\FREQ_MONTHLY, ilCalendarRecurrence\FREQ_WEEKLY, ilCalendarRecurrence\FREQ_YEARLY, getRecurrence(), getRecurrenceInputByTypeAsInt(), getRecurrenceInputByTypeAsString(), ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Referenced by checkInput().
Here is the call graph for this function:
Here is the caller graph for this function:| ilRecurrenceInputGUI::setEnabledSubForms | ( | array | $a_sub_forms | ) |
set enabled subforms
| array(IL_CAL_FREQ_DAILY,FREQ_WEEKLY...) |
Definition at line 255 of file class.ilRecurrenceInputGUI.php.
| ilRecurrenceInputGUI::setRecurrence | ( | ilCalendarRecurrence | $a_rec | ) |
Definition at line 227 of file class.ilRecurrenceInputGUI.php.
|
protected |
Definition at line 37 of file class.ilRecurrenceInputGUI.php.
Referenced by isUnlimitedRecurrenceAllowed().
|
protected |
Definition at line 39 of file class.ilRecurrenceInputGUI.php.
Referenced by getEnabledSubForms().
|
protected |
Definition at line 33 of file class.ilRecurrenceInputGUI.php.
Referenced by getRecurrence().
|
protected |
Definition at line 34 of file class.ilRecurrenceInputGUI.php.
|
protected |
Definition at line 35 of file class.ilRecurrenceInputGUI.php.
|
protected |
Definition at line 30 of file class.ilRecurrenceInputGUI.php.
|
protected |
Definition at line 31 of file class.ilRecurrenceInputGUI.php.