|
ILIAS
release_8 Revision v8.24
|
List of dates. More...
Inheritance diagram for ilDateList:
Collaboration diagram for ilDateList:Public Member Functions | |
| __construct (int $a_type) | |
| rewind () | |
| @inheritDoc More... | |
| current () | |
| @inheritDoc More... | |
| key () | |
| @inheritDoc More... | |
| next () | |
| @inheritDoc More... | |
| valid () | |
| @inheritDoc More... | |
| get () | |
| getAtPosition (int $a_pos) | |
| get item at specific position More... | |
| add (ilDateTime $date) | |
| add a date to the date list More... | |
| merge (ilDateList $other_list) | |
| Merge two lists. More... | |
| remove (ilDateTime $remove) | |
| remove from list More... | |
| removeByDAY (ilDateTime $remove) | |
| sort () | |
| Sort list. More... | |
| __toString () | |
Data Fields | |
| const | TYPE_DATE = 1 |
| const | TYPE_DATETIME = 2 |
Protected Attributes | |
| array | $list_item = array() |
| int | $type |
| ilDateList::__construct | ( | int | $a_type | ) |
Definition at line 41 of file class.ilDateList.php.
| ilDateList::__toString | ( | ) |
Definition at line 154 of file class.ilDateList.php.
References $out, and IL_CAL_DATETIME.
| ilDateList::add | ( | ilDateTime | $date | ) |
add a date to the date list
Definition at line 111 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::current | ( | ) |
@inheritDoc
Definition at line 58 of file class.ilDateList.php.
References current().
Referenced by current(), and valid().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDateList::get | ( | ) |
Definition at line 89 of file class.ilDateList.php.
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 | ) |
get item at specific position
Definition at line 97 of file class.ilDateList.php.
Referenced by ilCalendarRecurrenceCalculator\applyBYSETPOSRules().
Here is the caller graph for this function:| ilDateList::key | ( | ) |
@inheritDoc
Definition at line 66 of file class.ilDateList.php.
References key().
Referenced by key().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDateList::merge | ( | ilDateList | $other_list | ) |
Merge two lists.
Definition at line 119 of file class.ilDateList.php.
Here is the call graph for this function:| ilDateList::next | ( | ) |
@inheritDoc
Definition at line 74 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 | ) |
remove from list
Definition at line 129 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 137 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 | ( | ) |
@inheritDoc
Definition at line 50 of file class.ilDateList.php.
| ilDateList::sort | ( | ) |
Sort list.
Definition at line 149 of file class.ilDateList.php.
Referenced by ilCalendarRecurrenceCalculator\applyBYSETPOSRules(), and ilCalendarRecurrenceCalculator\applyLimits().
Here is the caller graph for this function:| ilDateList::valid | ( | ) |
@inheritDoc
Definition at line 82 of file class.ilDateList.php.
References current().
Here is the call graph for this function:
|
protected |
Definition at line 37 of file class.ilDateList.php.
|
protected |
Definition at line 39 of file class.ilDateList.php.
| const ilDateList::TYPE_DATE = 1 |
| const ilDateList::TYPE_DATETIME = 2 |
Definition at line 35 of file class.ilDateList.php.
Referenced by ilConsultationHoursGUI\createAppointments(), and ilCalendarRecurrenceCalculator\initDateList().