|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
ilAppointmentPresentationPublicGUI class presents modal information for public appointments. More...
Inheritance diagram for ilAppointmentPresentationPublicGUI:
Collaboration diagram for ilAppointmentPresentationPublicGUI:Public Member Functions | |
| getSeed () | |
| Get seed date. More... | |
| collectPropertiesAndActions () | |
| Collect properties and actions. More... | |
Public Member Functions inherited from ilAppointmentPresentationGUI | |
| __construct ($a_appointment, $a_info_screen, $a_toolbar, $a_list_item) | |
| getObjIdForAppointment () | |
| getToolbar () | |
| getListItem () | |
| Get list item. More... | |
| getInfoScreen () | |
| getCatId ($a_entry_id) | |
| getCatInfo () | |
| executeCommand () | |
| getHTML () | |
| Get HTML. More... | |
| addContainerInfo ($a_obj_id) | |
| Add course/group container info. More... | |
| addInfoSection ($a_txt) | |
| Add info section. More... | |
| addInfoProperty ($a_txt, $a_val) | |
| Add info property. More... | |
| addListItemProperty ($a_txt, $a_val) | |
| Add list item property. More... | |
| addAction ($a_txt, $a_link) | |
| Add action. More... | |
| collectPropertiesAndActions () | |
| Collect properties and actions. More... | |
| collectStandardPropertiesAndActions () | |
| Collect standard properties and actions. More... | |
| addObjectLinks ($obj_id, $a_appointment=null) | |
| Add object link. More... | |
| getReadableRefIds ($a_obj_id) | |
| Get readable ref ids. More... | |
| addEventDescription ($a_app) | |
| Add event description. More... | |
| addEventLocation ($a_app) | |
| Add event location. More... | |
| addLastUpdate ($a_app) | |
| Add last update. More... | |
| addCalendarInfo ($cat_info) | |
| Add calendar info. More... | |
| addCommonSection ($a_app, $a_obj_id=0, $cat_info=null, $a_container_info=false) | |
| Add common section. More... | |
| addMetaData ($a_obj_type, $a_obj_id, $a_sub_obj_type=null, $a_sub_obj_id=null) | |
| Add metadata. More... | |
| getUserName ($a_user_id, $a_force_name=false) | |
| Get (linked if possible) user name. More... | |
| downloadFiles () | |
| Download files from an appointment ( Modals ) More... | |
| getToolbar () | |
| getInfoScreen () | |
Protected Attributes | |
| $seed | |
Protected Attributes inherited from ilAppointmentPresentationGUI | |
| $toolbar | |
| $appointment | |
| $infoscreen | |
| $lng | |
| $tree | |
| $ui | |
| $list_item = null | |
| $info_items = array() | |
| $list_properties = array() | |
| $actions = array() | |
| $ctrl | |
| $access | |
| $readable_ref_ids | |
| $has_files = false | |
| $obj_id = 0 | |
Additional Inherited Members | |
Static Public Member Functions inherited from ilAppointmentPresentationGUI | |
| static | getInstance ($a_appointment, $a_info_screen, $a_toolbar, $a_list_item) |
Protected Member Functions inherited from ilAppointmentPresentationGUI | |
| readObjIdForAppointment () | |
| read obj_id for appointment More... | |
| buildDirectLinkForAppointment ($a_ref_id, $a_appointment=null) | |
| Build direct link for appointment. More... | |
Static Protected Attributes inherited from ilAppointmentPresentationGUI | |
| static | $instance |
ilAppointmentPresentationPublicGUI class presents modal information for public appointments.
@ilCtrl_IsCalledBy ilAppointmentPresentationPublicGUI: ilCalendarAppointmentPresentationGUI
Definition at line 15 of file class.ilAppointmentPresentationPublicGUI.php.
| ilAppointmentPresentationPublicGUI::collectPropertiesAndActions | ( | ) |
Collect properties and actions.
Reimplemented from ilAppointmentPresentationGUI.
Definition at line 27 of file class.ilAppointmentPresentationPublicGUI.php.
References ilAppointmentPresentationGUI\$appointment, $DIC, ilAppointmentPresentationGUI\addCalendarInfo(), ilAppointmentPresentationGUI\addEventDescription(), ilAppointmentPresentationGUI\addEventLocation(), ilAppointmentPresentationGUI\addInfoProperty(), ilAppointmentPresentationGUI\addInfoSection(), ilAppointmentPresentationGUI\getCatInfo(), ilAppointmentPresentationGUI\getUserName(), ilCalendarUserNotification\TYPE_EMAIL, and ilCalendarUserNotification\TYPE_USER.
Here is the call graph for this function:| ilAppointmentPresentationPublicGUI::getSeed | ( | ) |
Get seed date.
Definition at line 22 of file class.ilAppointmentPresentationPublicGUI.php.
References $seed.
|
protected |
Definition at line 17 of file class.ilAppointmentPresentationPublicGUI.php.
Referenced by getSeed().