|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 37 of file class.ilDateList.php.
| ilDateList::__toString | ( | ) |
Definition at line 125 of file class.ilDateList.php.
References $out, and IL_CAL_DATETIME.
| ilDateList::add | ( | ilDateTime | $date | ) |
Definition at line 91 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 68 of file class.ilDateList.php.
References count().
Referenced by count().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDateList::current | ( | ) |
Definition at line 48 of file class.ilDateList.php.
References current().
Referenced by current().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDateList::get | ( | ) |
Definition at line 74 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 79 of file class.ilDateList.php.
References $counter.
Referenced by ilCalendarRecurrenceCalculator\applyBYSETPOSRules().
Here is the caller graph for this function:| ilDateList::key | ( | ) |
Definition at line 53 of file class.ilDateList.php.
References key().
Referenced by key(), and valid().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDateList::merge | ( | ilDateList | $other_list | ) |
Definition at line 96 of file class.ilDateList.php.
Here is the call graph for this function:| ilDateList::next | ( | ) |
Definition at line 58 of file class.ilDateList.php.
References next().
Referenced by next().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDateList::remove | ( | ilDateTime | $remove | ) |
Definition at line 103 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 111 of file class.ilDateList.php.
References ilDateTime\_equals(), IL_CAL_DAY, and ilTimeZone\UTC.
Here is the call graph for this function:| ilDateList::rewind | ( | ) |
Definition at line 43 of file class.ilDateList.php.
| ilDateList::sort | ( | ) |
Definition at line 120 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 63 of file class.ilDateList.php.
References key().
Here is the call graph for this function:
|
protected |
Definition at line 33 of file class.ilDateList.php.
Referenced by get().
|
protected |
Definition at line 35 of file class.ilDateList.php.
| const ilDateList::TYPE_DATE = 1 |
Definition at line 29 of file class.ilDateList.php.
Referenced by ilCalendarUtil\_buildMonthDayList(), ilCalendarUtil\_buildWeekDayList(), ilCalendarRecurrenceCalculator\initDateList(), ilCalendarRecurrenceCalculationTest\testDaily(), ilCalendarRecurrenceCalculationTest\testMonthly(), ilCalendarRecurrenceCalculationTest\testMonthlyByDay(), ilCalendarRecurrenceCalculationTest\testUntilEndDateInclusive(), ilCalendarRecurrenceCalculationTest\testWeekly(), ilCalendarRecurrenceCalculationTest\testWeeklyByDay(), and ilCalendarRecurrenceCalculationTest\testYearlyByDay().
| const ilDateList::TYPE_DATETIME = 2 |
Definition at line 30 of file class.ilDateList.php.
Referenced by ilConsultationHoursGUI\createAppointments(), and ilCalendarRecurrenceCalculator\initDateList().