|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
List of dates. More...
Inheritance diagram for ilDateList:
Collaboration diagram for ilDateList:Public Member Functions | |
| __construct (int $a_type) | |
| rewind () | |
| current () | |
| key () | |
| next () | |
| valid () | |
| count () | |
| get () | |
| getAtPosition (int $a_pos) | |
| add (ilDateTime $date) | |
| merge (ilDateList $other_list) | |
| remove (ilDateTime $remove) | |
| removeByDAY (ilDateTime $remove) | |
| sort () | |
| __toString () | |
Data Fields | |
| const | TYPE_DATE = 1 |
| const | TYPE_DATETIME = 2 |
Protected Attributes | |
| array | $list_item = [] |
| int | $type |
| ilDateList::__construct | ( | int | $a_type | ) |
Definition at line 43 of file class.ilDateList.php.
| ilDateList::__toString | ( | ) |
| ilDateList::add | ( | ilDateTime | $date | ) |
Definition at line 97 of file class.ilDateList.php.
References ilDateTime\get(), and IL_CAL_UNIX.
Referenced by merge().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDateList::count | ( | ) |
Definition at line 74 of file class.ilDateList.php.
| ilDateList::current | ( | ) |
Definition at line 54 of file class.ilDateList.php.
| ilDateList::get | ( | ) |
Definition at line 80 of file class.ilDateList.php.
References $list_item.
Referenced by ilCalendarRecurrenceCalculator\applyBYDAYRules(), ilCalendarRecurrenceCalculator\applyBYMONTHDAYRules(), ilCalendarRecurrenceCalculator\applyBYMONTHRules(), ilCalendarRecurrenceCalculator\applyBYSETPOSRules(), ilCalendarRecurrenceCalculator\applyBYWEEKNORules(), ilCalendarRecurrenceCalculator\applyBYYEARDAYRules(), ilCalendarRecurrenceCalculator\applyLimits(), and merge().
Here is the caller graph for this function:| ilDateList::getAtPosition | ( | int | $a_pos | ) |
Definition at line 85 of file class.ilDateList.php.
Referenced by ilCalendarRecurrenceCalculator\applyBYSETPOSRules().
Here is the caller graph for this function:| ilDateList::key | ( | ) |
Definition at line 59 of file class.ilDateList.php.
Referenced by valid().
Here is the caller graph for this function:| ilDateList::merge | ( | ilDateList | $other_list | ) |
| ilDateList::next | ( | ) |
Definition at line 64 of file class.ilDateList.php.
| ilDateList::remove | ( | ilDateTime | $remove | ) |
Definition at line 109 of file class.ilDateList.php.
References IL_CAL_UNIX.
Referenced by ilCalendarRecurrenceCalculator\applyDurationPeriod(), and ilCalendarRecurrenceCalculator\applyLimits().
Here is the caller graph for this function:| ilDateList::removeByDAY | ( | ilDateTime | $remove | ) |
Definition at line 117 of file class.ilDateList.php.
References ILIAS\LTI\ToolProvider\$key, ilDateTime\_equals(), IL_CAL_DAY, and ilTimeZone\UTC.
Here is the call graph for this function:| ilDateList::rewind | ( | ) |
Definition at line 49 of file class.ilDateList.php.
| ilDateList::sort | ( | ) |
Definition at line 126 of file class.ilDateList.php.
Referenced by ilCalendarRecurrenceCalculator\applyBYSETPOSRules(), and ilCalendarRecurrenceCalculator\applyLimits().
Here is the caller graph for this function:| ilDateList::valid | ( | ) |
Definition at line 69 of file class.ilDateList.php.
References key().
Here is the call graph for this function:
|
protected |
Definition at line 39 of file class.ilDateList.php.
Referenced by get().
|
protected |
Definition at line 41 of file class.ilDateList.php.
| const ilDateList::TYPE_DATE = 1 |
| const ilDateList::TYPE_DATETIME = 2 |
Definition at line 36 of file class.ilDateList.php.
Referenced by ilConsultationHoursGUI\createAppointments(), and ilCalendarRecurrenceCalculator\initDateList().