ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Calendar blocks, displayed in different contexts, e.g. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
getShowWeeksColumn () | |
Show weeks column. More... | |
getBlockType () | |
setParentGUI ($a_val) | |
Set parent gui. More... | |
getParentGUI () | |
Get parent gui. More... | |
setForceMonthView ($a_val) | |
Set force month view. More... | |
getForceMonthView () | |
Get force month view. More... | |
executeCommand () | |
execute command More... | |
setEnableEdit ($a_enable_edit=0) | |
Set EnableEdit. More... | |
getEnableEdit () | |
Get EnableEdit. More... | |
fillDataSection () | |
Fill data section. More... | |
getTargetGUIClassPath () | |
Get target gui class path (for presenting the calendar) More... | |
addMiniMonth ($a_tpl) | |
Add mini version of monthly overview (Maybe extracted to another class, if used in pd calendar tab. More... | |
getHTML () | |
Get bloch HTML code. More... | |
getOverview () | |
Get overview. More... | |
addCloseCommand ($a_content_block) | |
setSeed () | |
Set seed. More... | |
returnToUpperContext () | |
Return to upper context. More... | |
showCalendarSubscription () | |
fillFooter () | |
setFooterLinks () | |
setPdModeEvents () | |
setPdModeMonth () | |
getEvents () | |
Get events. More... | |
getData () | |
getDatesForItem ($item) | |
Get start/end date for item. More... | |
getModalForApp () | |
Get modal for appointment (see similar code in ilCalendarAgendaListGUI) todo use all this methods from ilcalendarviewgui.php. More... | |
Public Member Functions inherited from ilBlockGUI | |
getBlockType () | |
__construct () | |
Constructor. More... | |
addHeaderLink ($a_href, $a_text, $status=true) | |
getHeaderLinks () | |
setData ($a_data) | |
Set Data. More... | |
getData () | |
Get Data. More... | |
setBigMode ($a_bigmode) | |
Set Big Mode. More... | |
getBigMode () | |
Get Big Mode. More... | |
setBlockId ($a_block_id=0) | |
Set Block Id. More... | |
getBlockId () | |
Get Block Id. More... | |
setAvailableDetailLevels ($a_max, $a_min=0) | |
Set Available Detail Levels. More... | |
setCurrentDetailLevel ($a_currentdetaillevel) | |
Set Current Detail Level. More... | |
setGuiObject (&$a_gui_object) | |
Set GuiObject. More... | |
getGuiObject () | |
Get GuiObject. More... | |
getCurrentDetailLevel () | |
Get Current Detail Level. More... | |
setTitle ($a_title) | |
Set Title. More... | |
getTitle () | |
Get Title. More... | |
setImage ($a_image) | |
Set Image. More... | |
getImage () | |
Get Image. More... | |
setOffset ($a_offset) | |
Set Offset. More... | |
getOffset () | |
Get Offset. More... | |
correctOffset () | |
setLimit ($a_limit) | |
Set Limit. More... | |
getLimit () | |
Get Limit. More... | |
setEnableEdit ($a_enableedit) | |
Set EnableEdit. More... | |
getEnableEdit () | |
Get EnableEdit. More... | |
setRepositoryMode ($a_repositorymode) | |
Set RepositoryMode. More... | |
getRepositoryMode () | |
Get RepositoryMode. More... | |
setFooterInfo ($a_footerinfo, $a_hide_and_icon=false) | |
Set Footer Info. More... | |
getFooterInfo ($a_hide_and_icon=false) | |
Get Footer Info. More... | |
setSubtitle ($a_subtitle) | |
Set Subtitle. More... | |
getSubtitle () | |
Get Subtitle. More... | |
setRefId ($a_refid) | |
Set Ref Id (only used if isRepositoryObject() is true). More... | |
getRefId () | |
Get Ref Id (only used if isRepositoryObject() is true). More... | |
setAdminCommands ($a_admincommands) | |
Set Administration Commmands. More... | |
getAdminCommands () | |
Get Administration Commmands. More... | |
setColSpan ($a_colspan) | |
Set Columns Span. More... | |
getColSpan () | |
Get Columns Span. More... | |
setEnableDetailRow ($a_enabledetailrow) | |
Set EnableDetailRow. More... | |
getEnableDetailRow () | |
Get EnableDetailRow. More... | |
setEnableNumInfo ($a_enablenuminfo) | |
Set Enable Item Number Info. More... | |
getEnableNumInfo () | |
Get Enable Item Number Info. More... | |
setProperties ($a_properties) | |
This function is supposed to be used for block type specific properties, that should be inherited through ilColumnGUI->setBlockProperties. More... | |
getProperty ($a_property) | |
setProperty ($a_property, $a_value) | |
setRowTemplate ($a_rowtemplatename, $a_rowtemplatedir="") | |
Set Row Template Name. More... | |
getNavParameter () | |
getDetailParameter () | |
getConfigParameter () | |
getMoveParameter () | |
getRowTemplateName () | |
Get Row Template Name. More... | |
getRowTemplateDir () | |
Get Row Template Directory. More... | |
addBlockCommand ( $a_href, $a_text, $a_target="", $a_img="", $a_right_aligned=false, $a_checked=false, $a_html="") | |
Add Block Command. More... | |
getBlockCommands () | |
Get Block commands. More... | |
addHeaderCommand ($a_href, $a_text, $a_as_close=false) | |
Add Header Block Command. More... | |
getHeaderCommands () | |
Get Header Block commands. More... | |
addFooterLink ( $a_text, $a_href="", $a_onclick="", $a_block_id="", $a_top=false, $a_omit_separator=false, $a_checked=false) | |
Add a footer text/link. More... | |
getFooterLinks () | |
Get footer links. More... | |
clearFooterLinks () | |
Clear footer links. More... | |
handleDetailLevel () | |
Handle read/write current detail level. More... | |
getHTML () | |
Handle config status. More... | |
fillHeaderCommands () | |
Fill header commands block. More... | |
fillHeaderTitleBlock () | |
Fill header title block (title and. More... | |
setDataSection ($a_content) | |
Call this from overwritten fillDataSection(), if standard row based data is not used. More... | |
fillDataSection () | |
Standard implementation for row based data. More... | |
fillRow ($a_set) | |
fillFooter () | |
fillPreviousNext () | |
Fill previous/next row. More... | |
setPreviousNextLinks () | |
Get previous/next linkbar. More... | |
fillFooterLinks ($a_top=false, $a_numinfo="") | |
Fill footer links. More... | |
fillDetailRow () | |
Fill Detail Setting Row. More... | |
Static Public Member Functions | |
static | getScreenMode () |
Get Screen Mode for current command. More... | |
Static Public Member Functions inherited from ilBlockGUI | |
static | getScreenMode () |
Get Screen Mode for current command. More... | |
Data Fields | |
$ctrl = null | |
Static Public Attributes | |
static | $block_type = "cal" |
static | $st_data |
Protected Member Functions | |
isRepositoryObject () | |
addSubscriptionBlockCommand () | |
Add subscription block command. More... | |
initCategories () | |
init categories More... | |
setSubTabs () | |
Protected Member Functions inherited from ilBlockGUI | |
isRepositoryObject () | |
Returns whether block has a corresponding repository object. More... | |
fillRowColor ($a_placeholder="CSS_ROW") | |
preloadData (array $data) | |
Can be overwritten in subclasses. More... | |
Protected Attributes | |
$mode | |
$display_mode | |
$tabs | |
$obj_data_cache | |
$parent_gui = "ilcolumngui" | |
$ui | |
$force_month_view = false | |
Protected Attributes inherited from ilBlockGUI | |
$data = array() | |
$colspan = 1 | |
$enablenuminfo = true | |
$detail_min = 0 | |
$detail_max = 0 | |
$bigmode = false | |
$footer_links = array() | |
$block_id = 0 | |
$header_commands = array() | |
$allow_moving = true | |
$move = array("left" => false, "right" => false, "up" => false, "down" => false) | |
$enabledetailrow = true | |
$header_links = array() | |
$footerinfo = false | |
$footerinfo_icon = false | |
$block_commands = array() | |
$max_count = false | |
$close_command = false | |
$image = false | |
$property = false | |
$nav_value = "" | |
$css_row = "" | |
$dropdown | |
$tpl | |
$main_tpl | |
$user | |
$ctrl | |
$access | |
$lng | |
$obj_def | |
Calendar blocks, displayed in different contexts, e.g.
groups and courses
ilCalendarBlockGUI: ilColumnGUI ilCalendarBlockGUI: ilCalendarAppointmentGUI, ilCalendarMonthGUI, ilCalendarWeekGUI, ilCalendarDayGUI ilCalendarBlockGUI: ilConsultationHoursGUI, ilCalendarAppointmentPresentationGUI
Definition at line 20 of file class.ilCalendarBlockGUI.php.
ilCalendarBlockGUI::__construct | ( | ) |
Constructor.
boolean | skip initialisation (is called by derived PDCalendarBlockGUI class) |
Definition at line 56 of file class.ilCalendarBlockGUI.php.
References $_GET, $_SESSION, $ctrl, $DIC, $ilCtrl, $ilUser, ilBlockGUI\$lng, ilBlockGUI\$main_tpl, $mode, $title, ilBlockGUI\$tpl, ilBlockGUI\$user, ilCalendarSettings\_getInstance(), ilCalendarUserSettings\_getInstanceByUserId(), ilBlockGUI\getBlockId(), getBlockType(), IL_CAL_DATE, IL_CAL_UNIX, ilBlockGUI\setAvailableDetailLevels(), ilBlockGUI\setBlockId(), ilBlockGUI\setEnableNumInfo(), ilBlockGUI\setLimit(), settings(), and ilBlockGUI\setTitle().
ilCalendarBlockGUI::addCloseCommand | ( | $a_content_block | ) |
Definition at line 721 of file class.ilCalendarBlockGUI.php.
References $ctrl, $ilCtrl, and ilBlockGUI\$lng.
ilCalendarBlockGUI::addMiniMonth | ( | $a_tpl | ) |
Add mini version of monthly overview (Maybe extracted to another class, if used in pd calendar tab.
Definition at line 354 of file class.ilCalendarBlockGUI.php.
References $_GET, $ctrl, $events, $i, $id, $ilCtrl, $ilUser, ilBlockGUI\$lng, $ui, ilBlockGUI\$user, ilDateTime\_before(), ilCalendarUtil\_buildMonthDayList(), ilDateTime\_equals(), ilCalendarUtil\_isToday(), ilCalendarUtil\_numericDayToString(), getShowWeeksColumn(), getTargetGUIClassPath(), IL_CAL_DATE, IL_CAL_FKT_DATE, IL_CAL_MONTH, ilDateTime\MONTH, ilCalendarSchedule\TYPE_MONTH, and ILIAS\UI\Implementation\Component\withOnLoadCode().
Referenced by fillDataSection().
|
protected |
Add subscription block command.
Definition at line 529 of file class.ilCalendarBlockGUI.php.
References $DIC, ilBlockGUI\$lng, $out, $url, ilBlockGUI\addBlockCommand(), and getTargetGUIClassPath().
Referenced by getHTML().
ilCalendarBlockGUI::executeCommand | ( | ) |
execute command
Definition at line 234 of file class.ilCalendarBlockGUI.php.
References $ctrl, $ilCtrl, $tabs, ilCalendarAppointmentPresentationGUI\_getInstance(), initCategories(), and setSubTabs().
ilCalendarBlockGUI::fillDataSection | ( | ) |
Fill data section.
Definition at line 299 of file class.ilCalendarBlockGUI.php.
References ilBlockGUI\$tpl, addMiniMonth(), ilBlockGUI\fillDataSection(), ilBlockGUI\getCurrentDetailLevel(), getOverview(), ilBlockGUI\setColSpan(), ilBlockGUI\setDataSection(), and ilBlockGUI\setRowTemplate().
ilCalendarBlockGUI::fillFooter | ( | ) |
Definition at line 853 of file class.ilCalendarBlockGUI.php.
References ilBlockGUI\fillFooterLinks(), ilBlockGUI\getColSpan(), and setFooterLinks().
ilCalendarBlockGUI::getBlockType | ( | ) |
Definition at line 147 of file class.ilCalendarBlockGUI.php.
Referenced by __construct(), setFooterLinks(), and setSeed().
ilCalendarBlockGUI::getData | ( | ) |
Definition at line 983 of file class.ilCalendarBlockGUI.php.
References $_GET, ilBlockGUI\$data, $events, $f, ilBlockGUI\$lng, $ui, $url, ilDatePresentation\formatPeriod(), getDatesForItem(), getEvents(), and ilBlockGUI\setEnableNumInfo().
ilCalendarBlockGUI::getDatesForItem | ( | $item | ) |
Get start/end date for item.
array | $item | item |
Definition at line 1035 of file class.ilCalendarBlockGUI.php.
References $end, $start, and IL_CAL_UNIX.
Referenced by getData(), and getModalForApp().
ilCalendarBlockGUI::getEnableEdit | ( | ) |
Get EnableEdit.
Definition at line 291 of file class.ilCalendarBlockGUI.php.
ilCalendarBlockGUI::getEvents | ( | ) |
Get events.
Definition at line 970 of file class.ilCalendarBlockGUI.php.
References IL_CAL_DATE, and ilCalendarSchedule\TYPE_PD_UPCOMING.
Referenced by getData(), and getModalForApp().
ilCalendarBlockGUI::getForceMonthView | ( | ) |
Get force month view.
Definition at line 198 of file class.ilCalendarBlockGUI.php.
References $force_month_view.
Referenced by getHTML(), ilPDCalendarBlockGUI\initCategories(), initCategories(), and setFooterLinks().
ilCalendarBlockGUI::getHTML | ( | ) |
Get bloch HTML code.
Definition at line 568 of file class.ilCalendarBlockGUI.php.
References $_GET, ilBlockGUI\$access, $ctrl, $DIC, $f, $ilCtrl, ilBlockGUI\$lng, $obj_data_cache, $ret, ilBlockGUI\$user, $users, ilDateTime\_before(), ilCourseParticipants\_getInstanceByObjId(), ilObjUser\_lookupFullname(), ilBlockGUI\addBlockCommand(), addSubscriptionBlockCommand(), ilConsultationHourAppointments\getAppointments(), ilBlockGUI\getCurrentDetailLevel(), getForceMonthView(), getParentGUI(), ilBlockGUI\getProperty(), getTargetGUIClassPath(), IL_CAL_DAY, IL_CAL_UNIX, initCategories(), ilBookingEntry\lookupBookableUsersForObject(), and ilCalendarCategories\MODE_REPOSITORY.
Referenced by setPdModeEvents(), setPdModeMonth(), and setSeed().
ilCalendarBlockGUI::getModalForApp | ( | ) |
Get modal for appointment (see similar code in ilCalendarAgendaListGUI) todo use all this methods from ilcalendarviewgui.php.
Definition at line 1054 of file class.ilCalendarBlockGUI.php.
References $_GET, $ctrl, $events, $f, $ilCtrl, $r, $ui, ilCalendarAppointmentPresentationGUI\_getInstance(), exit, ilDatePresentation\formatPeriod(), getDatesForItem(), getEvents(), and initCategories().
ilCalendarBlockGUI::getOverview | ( | ) |
Get overview.
Definition at line 702 of file class.ilCalendarBlockGUI.php.
References $ctrl, $events, $ilCtrl, ilBlockGUI\$lng, $text, and ilCalendarSchedule\TYPE_INBOX.
Referenced by fillDataSection().
ilCalendarBlockGUI::getParentGUI | ( | ) |
Get parent gui.
Definition at line 175 of file class.ilCalendarBlockGUI.php.
References $parent_gui.
Referenced by getHTML().
|
static |
Get Screen Mode for current command.
Definition at line 206 of file class.ilCalendarBlockGUI.php.
References $_GET, $DIC, $ilCtrl, and IL_SCREEN_CENTER.
ilCalendarBlockGUI::getShowWeeksColumn | ( | ) |
Show weeks column.
Definition at line 138 of file class.ilCalendarBlockGUI.php.
References settings().
Referenced by addMiniMonth().
ilCalendarBlockGUI::getTargetGUIClassPath | ( | ) |
Get target gui class path (for presenting the calendar)
Definition at line 331 of file class.ilCalendarBlockGUI.php.
References $_GET, ilObject\_lookupType(), and ilBlockGUI\getRepositoryMode().
Referenced by addMiniMonth(), addSubscriptionBlockCommand(), getHTML(), and setFooterLinks().
|
protected |
init categories
protected
Definition at line 740 of file class.ilCalendarBlockGUI.php.
References $_GET, ilCalendarCategories\_getInstance(), getForceMonthView(), ilCalendarCategories\MODE_REPOSITORY, and ilCalendarCategories\MODE_REPOSITORY_CONTAINER_ONLY.
Referenced by executeCommand(), getHTML(), and getModalForApp().
|
protected |
Definition at line 155 of file class.ilCalendarBlockGUI.php.
ilCalendarBlockGUI::returnToUpperContext | ( | ) |
Return to upper context.
Definition at line 790 of file class.ilCalendarBlockGUI.php.
References $ctrl, and $ilCtrl.
Referenced by setSeed().
ilCalendarBlockGUI::setEnableEdit | ( | $a_enable_edit = 0 | ) |
Set EnableEdit.
boolean | $a_enable_edit | Edit mode on/off |
Definition at line 281 of file class.ilCalendarBlockGUI.php.
ilCalendarBlockGUI::setFooterLinks | ( | ) |
Definition at line 875 of file class.ilCalendarBlockGUI.php.
References ilBlockGUI\$block_id, $ctrl, $ilCtrl, ilBlockGUI\$lng, ilBlockGUI\addFooterLink(), getBlockType(), ilBlockGUI\getCurrentDetailLevel(), getForceMonthView(), ilBlockGUI\getRepositoryMode(), and getTargetGUIClassPath().
Referenced by fillFooter().
ilCalendarBlockGUI::setForceMonthView | ( | $a_val | ) |
Set force month view.
bool | $a_val | force month view |
Definition at line 185 of file class.ilCalendarBlockGUI.php.
ilCalendarBlockGUI::setParentGUI | ( | $a_val | ) |
ilCalendarBlockGUI::setPdModeEvents | ( | ) |
Definition at line 933 of file class.ilCalendarBlockGUI.php.
References $ctrl, $ilCtrl, $ilUser, ilBlockGUI\$user, exit, and getHTML().
ilCalendarBlockGUI::setPdModeMonth | ( | ) |
Definition at line 949 of file class.ilCalendarBlockGUI.php.
References $ctrl, $ilCtrl, $ilUser, ilBlockGUI\$user, exit, and getHTML().
ilCalendarBlockGUI::setSeed | ( | ) |
Set seed.
Definition at line 772 of file class.ilCalendarBlockGUI.php.
References $_GET, $_SESSION, $ctrl, $ilCtrl, exit, ilBlockGUI\getBlockId(), getBlockType(), getHTML(), and returnToUpperContext().
|
protected |
Definition at line 762 of file class.ilCalendarBlockGUI.php.
References $tabs.
Referenced by executeCommand().
ilCalendarBlockGUI::showCalendarSubscription | ( | ) |
Definition at line 802 of file class.ilCalendarBlockGUI.php.
References $_GET, $calendar, $ilUser, ilBlockGUI\$lng, PHPMailer\PHPMailer\$token, ilBlockGUI\$tpl, $url, ilBlockGUI\$user, ilObject\_lookupObjId(), ilCalendarAuthenticationToken\lookupAuthToken(), ilCalendarCategories\MODE_PERSONAL_DESKTOP_ITEMS, ilCalendarCategories\MODE_PERSONAL_DESKTOP_MEMBERSHIP, ilCalendarAuthenticationToken\SELECTION_CATEGORY, and ilCalendarAuthenticationToken\SELECTION_PD.
|
static |
Definition at line 29 of file class.ilCalendarBlockGUI.php.
ilCalendarBlockGUI::$ctrl = null |
Definition at line 25 of file class.ilCalendarBlockGUI.php.
Referenced by __construct(), addCloseCommand(), addMiniMonth(), executeCommand(), getHTML(), getModalForApp(), getOverview(), returnToUpperContext(), setFooterLinks(), setPdModeEvents(), setPdModeMonth(), and setSeed().
|
protected |
Definition at line 27 of file class.ilCalendarBlockGUI.php.
|
protected |
Definition at line 49 of file class.ilCalendarBlockGUI.php.
Referenced by getForceMonthView().
|
protected |
Definition at line 26 of file class.ilCalendarBlockGUI.php.
Referenced by __construct().
|
protected |
Definition at line 40 of file class.ilCalendarBlockGUI.php.
Referenced by getHTML().
|
protected |
Definition at line 42 of file class.ilCalendarBlockGUI.php.
Referenced by getParentGUI().
|
static |
Definition at line 30 of file class.ilCalendarBlockGUI.php.
|
protected |
Definition at line 35 of file class.ilCalendarBlockGUI.php.
Referenced by executeCommand(), and setSubTabs().
|
protected |
Definition at line 47 of file class.ilCalendarBlockGUI.php.
Referenced by addMiniMonth(), getData(), and getModalForApp().