ILIAS
Release_5_0_x_branch Revision 61816
|
Represents a list of calendar appointments (including recurring events) for a specific user in a given time range. More...
Public Member Functions | |
__construct (ilDate $seed, $a_type, $a_user_id=0) | |
Constructor. | |
getEventsLimit () | |
get current limit of events | |
setEventsLimit ($a_limit) | |
Set events limit. | |
addSubitemCalendars ($a_status) | |
Enable subitem calendars (session calendars for courses) | |
enabledSubitemCalendars () | |
Are subitem calendars enabled. | |
addFilter (ilCalendarScheduleFilter $a_filter) | |
Add filter. | |
getByDay (ilDate $a_start, $a_timezone) | |
get byday | |
calculate () | |
calculate | |
getScheduledEvents () | |
getChangedEvents ($a_include_subitem_calendars=false) | |
get new/changed events | |
getEvents () | |
Read events (will be moved to another class, since only active and/or visible calendars are shown) |
Data Fields | |
const | TYPE_DAY = 1 |
const | TYPE_WEEK = 2 |
const | TYPE_MONTH = 3 |
const | TYPE_INBOX = 4 |
const | TYPE_PD_UPCOMING = 5 |
Protected Member Functions | |
areEventsLimited () | |
Check if events are limited. | |
filterCategories (array $a_cats) | |
isValidEventByFilters (ilCalendarEntry $a_event) | |
initPeriod (ilDate $seed) | |
init period of events |
Protected Attributes | |
$limit_events = -1 | |
$schedule = array() | |
$timezone | |
$weekstart | |
$type = 0 | |
$subitems_enabled = false | |
$start = null | |
$end = null | |
$user = null | |
$user_settings = null | |
$db = null | |
$filters = array() |
Represents a list of calendar appointments (including recurring events) for a specific user in a given time range.
Definition at line 41 of file class.ilCalendarSchedule.php.
ilCalendarSchedule::__construct | ( | ilDate | $seed, |
$a_type, | |||
$a_user_id = 0 |
|||
) |
Constructor.
public
ilDate | seed date |
int | type of schedule (TYPE_DAY,TYPE_WEEK or TYPE_MONTH) |
int | user_id |
Definition at line 73 of file class.ilCalendarSchedule.php.
References $ilDB, $ilUser, ilCalendarCategories\_getInstance(), ilCalendarUserSettings\_getInstanceByUserId(), addFilter(), initPeriod(), ilCalendarCategories\MODE_CONSULTATION, and ilCalendarCategories\MODE_PORTFOLIO_CONSULTATION.
ilCalendarSchedule::addFilter | ( | ilCalendarScheduleFilter | $a_filter | ) |
Add filter.
ilCalendarScheduleFilter | $a_filter |
Definition at line 170 of file class.ilCalendarSchedule.php.
Referenced by __construct().
ilCalendarSchedule::addSubitemCalendars | ( | $a_status | ) |
Enable subitem calendars (session calendars for courses)
@return |
Definition at line 151 of file class.ilCalendarSchedule.php.
|
protected |
Check if events are limited.
Definition at line 123 of file class.ilCalendarSchedule.php.
Referenced by calculate().
ilCalendarSchedule::calculate | ( | ) |
calculate
protected
Definition at line 227 of file class.ilCalendarSchedule.php.
References ilCalendarCategoryAssignments\_getAppointmentCalendars(), ilCalendarRecurrences\_getRecurrences(), areEventsLimited(), getEvents(), getEventsLimit(), IL_CAL_FKT_GETDATE, IL_CAL_UNIX, and ilUtil\sortArray().
ilCalendarSchedule::enabledSubitemCalendars | ( | ) |
Are subitem calendars enabled.
Definition at line 160 of file class.ilCalendarSchedule.php.
References $subitems_enabled.
Referenced by getEvents().
|
protected |
Definition at line 350 of file class.ilCalendarSchedule.php.
Referenced by getChangedEvents(), and getEvents().
ilCalendarSchedule::getByDay | ( | ilDate | $a_start, |
$a_timezone | |||
) |
get byday
public
ilDate | start |
Definition at line 182 of file class.ilCalendarSchedule.php.
References $schedule, $start, $timezone, ilDateTime\DAY, ilDate\get(), ilDateTime\get(), IL_CAL_DATETIME, IL_CAL_UNIX, and ilDateTime\increment().
ilCalendarSchedule::getChangedEvents | ( | $a_include_subitem_calendars = false | ) |
get new/changed events
bool | $a_include_subitem_calendars | E.g include session calendars of courses. |
Definition at line 392 of file class.ilCalendarSchedule.php.
References $ilDB, $query, $res, $row, $start, ilCalendarCategories\_getInstance(), DB_FETCHMODE_OBJECT, filterCategories(), IL_CAL_DATE, IL_CAL_DATETIME, IL_CAL_MONTH, and isValidEventByFilters().
ilCalendarSchedule::getEvents | ( | ) |
Read events (will be moved to another class, since only active and/or visible calendars are shown)
protected
Definition at line 432 of file class.ilCalendarSchedule.php.
References $ilDB, $query, $res, $row, ilCalendarCategories\_getInstance(), DB_FETCHMODE_OBJECT, enabledSubitemCalendars(), filterCategories(), IL_CAL_DATETIME, IL_CAL_UNIX, and isValidEventByFilters().
Referenced by calculate().
ilCalendarSchedule::getEventsLimit | ( | ) |
get current limit of events
Definition at line 132 of file class.ilCalendarSchedule.php.
References $limit_events.
Referenced by calculate().
ilCalendarSchedule::getScheduledEvents | ( | ) |
Definition at line 345 of file class.ilCalendarSchedule.php.
References $schedule.
|
protected |
init period of events
protected
ilDate | seed |
Definition at line 488 of file class.ilCalendarSchedule.php.
References $start, ilCalendarUtil\_getMaxDayOfMonth(), IL_CAL_DATE, IL_CAL_DAY, IL_CAL_FKT_DATE, IL_CAL_FKT_GETDATE, IL_CAL_MONTH, and ilDateTime\increment().
Referenced by __construct().
|
protected |
Definition at line 368 of file class.ilCalendarSchedule.php.
References $valid.
Referenced by getChangedEvents(), and getEvents().
ilCalendarSchedule::setEventsLimit | ( | $a_limit | ) |
Set events limit.
type | $a_limit |
Definition at line 141 of file class.ilCalendarSchedule.php.
|
protected |
Definition at line 61 of file class.ilCalendarSchedule.php.
|
protected |
Definition at line 58 of file class.ilCalendarSchedule.php.
|
protected |
Definition at line 62 of file class.ilCalendarSchedule.php.
|
protected |
Definition at line 49 of file class.ilCalendarSchedule.php.
Referenced by getEventsLimit().
|
protected |
Definition at line 50 of file class.ilCalendarSchedule.php.
Referenced by getByDay(), and getScheduledEvents().
|
protected |
Definition at line 57 of file class.ilCalendarSchedule.php.
Referenced by getByDay(), getChangedEvents(), and initPeriod().
|
protected |
Definition at line 55 of file class.ilCalendarSchedule.php.
Referenced by enabledSubitemCalendars().
|
protected |
Definition at line 51 of file class.ilCalendarSchedule.php.
Referenced by getByDay().
|
protected |
Definition at line 53 of file class.ilCalendarSchedule.php.
|
protected |
Definition at line 59 of file class.ilCalendarSchedule.php.
|
protected |
Definition at line 60 of file class.ilCalendarSchedule.php.
|
protected |
Definition at line 52 of file class.ilCalendarSchedule.php.
const ilCalendarSchedule::TYPE_DAY = 1 |
Definition at line 43 of file class.ilCalendarSchedule.php.
Referenced by ilCalendarDayGUI\show().
const ilCalendarSchedule::TYPE_INBOX = 4 |
Definition at line 46 of file class.ilCalendarSchedule.php.
Referenced by ilCalendarBlockGUI\getOverview(), and ilCalendarInboxGUI\inbox().
const ilCalendarSchedule::TYPE_MONTH = 3 |
Definition at line 45 of file class.ilCalendarSchedule.php.
Referenced by ilMiniCalendarGUI\addMiniMonth(), ilCalendarBlockGUI\addMiniMonth(), and ilCalendarMonthGUI\show().
const ilCalendarSchedule::TYPE_PD_UPCOMING = 5 |
Definition at line 47 of file class.ilCalendarSchedule.php.
Referenced by ilCalendarBlockGUI\getData().
const ilCalendarSchedule::TYPE_WEEK = 2 |
Definition at line 44 of file class.ilCalendarSchedule.php.
Referenced by ilCalendarWeekGUI\show().