|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ilObjSessionGUI:
Collaboration diagram for ilObjSessionGUI:Public Member Functions | |
| __construct ($a_data, $a_id, $a_call_by_reference, $a_prepare_output=true) | |
| Constructor. More... | |
| executeCommand () | |
| execute command More... | |
| getCurrentObject () | |
| Get session object. More... | |
| prepareOutput ($a_show_subobjects=true) | |
| registerObject () | |
| register to session More... | |
| joinObject () | |
| Called from info screen. More... | |
| unregisterObject ($a_refuse_participation=false) | |
| unregister from session More... | |
| infoScreenObject () | |
| this one is called from the info button in the repository not very nice to set cmdClass/Cmd manually, if everything works through ilCtrl in the future this may be changed More... | |
| modifyItemGUI ($a_item_list_gui, $a_item_data, $a_show_path) | |
| Modify Item ListGUI for presentation in container @global type $tree. More... | |
| showJoinRequestButtonInCalendar (ilToolbarGUI $a_ilToolbar) | |
| infoScreen () | |
| info screen More... | |
| sendFileObject () | |
| send file More... | |
| saveAndAssignMaterialsObject () | |
| Save and assign sessoin materials. More... | |
| saveObject ($a_redirect_on_success=true) | |
| save object More... | |
| handleFileUpload () | |
| editObject () | |
| edit object More... | |
| updateObject () | |
| update object More... | |
| updateSessionTypeObject () | |
| change session type More... | |
| confirmDeleteFilesObject () | |
| confirm delete files More... | |
| deleteFilesObject () | |
| delete files More... | |
| materialsObject () | |
| show material assignment More... | |
| applyFilter () | |
| Apply filter. More... | |
| resetFilter () | |
| Reset filter. More... | |
| removeMaterialsObject () | |
| Remove materials from the current object. More... | |
| saveMaterialsObject () | |
| save material assignment More... | |
| postUpdateMaterials () | |
| redirect to list of materials without offset/page. More... | |
| attendanceListObject () | |
| show attendance list selection More... | |
| getAttendanceListUserData ($a_user_id, $a_filters) | |
| Get user data for attendance list. More... | |
| eventsListObject () | |
| list sessions of all user More... | |
| addLocatorItems () | |
| Add session locator. More... | |
| getTabs () | |
| Build tabs. More... | |
| afterSaveCallback (ilObject $a_obj) | |
| Custom callback after object is created (in parent containert. More... | |
| readMemberData ($a_usr_ids) | |
| Used for waiting list. More... | |
| getContainerRefId () | |
| container ref id More... | |
| getDefaultMemberRole () | |
| Get default member role. More... | |
| getLocalRoles () | |
| get all local roles More... | |
| createMailSignature () | |
| Create a course mail signature. More... | |
Public Member Functions inherited from ilObjectGUI | |
| executeCommand () | |
| execute command More... | |
| withReferences () | |
| determines wether objects are referenced or not (got ref ids or not) More... | |
| setCreationMode ($a_mode=true) | |
| if true, a creation screen is displayed the current $_GET[ref_id] don't belong to the current class! the mode is determined in ilrepositorygui More... | |
| getCreationMode () | |
| get creation mode More... | |
| prepareOutput ($a_show_subobjects=true) | |
| prepare output More... | |
| getAdminTabs () | |
| administration tabs show only permissions and trash folder More... | |
| getHTML () | |
| confirmedDeleteObject () | |
| confirmed deletion of object -> objects are moved to trash or deleted immediately, if trash is disabled More... | |
| cancelDeleteObject () | |
| cancel deletion of object More... | |
| cancelObject () | |
| cancel action and go back to previous page @access public More... | |
| createObject () | |
| create new object form More... | |
| cancelCreation () | |
| cancel create action and go back to repository parent More... | |
| saveObject () | |
| save object More... | |
| getDidacticTemplateVar ($a_type) | |
| Get didactic template setting from creation screen. More... | |
| putObjectInTree (ilObject $a_obj, $a_parent_node_id=null) | |
| Add object to tree at given position. More... | |
| editObject () | |
| edit object More... | |
| addExternalEditFormCustom (ilPropertyFormGUI $a_form) | |
| updateObject () | |
| updates object entry in object_data More... | |
| getFormAction ($a_cmd, $a_formaction="") | |
| get form action for command (command is method name without "Object", e.g. More... | |
| isVisible ($a_ref_id, $a_type) | |
| viewObject () | |
| viewObject container presentation for "administration -> repository, trash, permissions" More... | |
| deleteObject ($a_error=false) | |
| Display deletion confirmation screen. More... | |
| cloneAllObject () | |
| Clone single (not container object) Method is overwritten in ilContainerGUI. More... | |
| redirectAfterCreation () | |
| Redirect after creation, see https://docu.ilias.de/goto_docu_wiki_wpage_5035_1357.html. More... | |
| addToDeskObject () | |
| @inheritDoc More... | |
| removeFromDeskObject () | |
| @inheritDoc More... | |
Public Member Functions inherited from ILIAS\Object\ImplementsCreationCallback | |
| callCreationCallback (\ilObject $object, \ilObjectDefinition $obj_definition, int $requested_crtcb) | |
Public Member Functions inherited from ilDesktopItemHandling | |
| addToDeskObject () | |
| Add desktop item @access public. More... | |
| removeFromDeskObject () | |
| Remove from desktop @access public. More... | |
Static Public Member Functions | |
| static | _goto ($a_target) |
| goto More... | |
Static Public Member Functions inherited from ilObjectGUI | |
| static | _gotoRepositoryRoot ($a_raise_error=false) |
| Goto repository root. More... | |
| static | _gotoRepositoryNode ($a_ref_id, $a_cmd="frameset") |
| Goto repository root. More... | |
Data Fields | |
| $lng | |
| $ctrl | |
| $tpl | |
Data Fields inherited from ilObjectGUI | |
| const | ALLOWED_TAGS_IN_TITLE_AND_DESCRIPTION |
| const | COPY_WIZARD_NEEDS_PAGE = 1 |
| $objDefinition | |
| $tpl | |
| $tree | |
| $lng | |
| $data | |
| $object | |
| $ref_id | |
| $obj_id | |
| $maxcount | |
| $formaction | |
| $return_location | |
| $target_frame | |
| $tab_target_script | |
| $actions | |
| $sub_objects | |
| $omit_locator = false | |
| const | CFORM_NEW = 1 |
| const | CFORM_IMPORT = 2 |
| const | CFORM_CLONE = 3 |
Protected Member Functions | |
| membersObject () | |
| Redirect to member adminsitration. More... | |
| refuseParticipationObject () | |
| refuse participation More... | |
| showJoinRequestButton (ilToolbarGUI $ilToolbar=null) | |
| initCreateForm ($a_new_type) | |
| Init object creation form. More... | |
| createRecurringSessions ($a_activate_lp=true) | |
| create recurring sessions More... | |
| initContainer ($a_init_participants=false) | |
| initAttendanceList () | |
| Init attendance list object. More... | |
| printAttendanceListObject () | |
| print attendance list More... | |
| initForm (string $a_mode) | |
| Init Form. More... | |
| load () | |
| load settings More... | |
| loadRecurrenceSettings () | |
| load recurrence settings More... | |
| __toUnix ($date, $time) | |
| @access protected More... | |
| redirectToParentContentPageObject () | |
| Redirect to parent content page. More... | |
| cancelEditObject () | |
| Cancel editigin @global type $ilCtrl @global type $tree. More... | |
| importFileObject ($parent_id=null, $a_catch_errors=true) | |
| Import. More... | |
Protected Member Functions inherited from ilObjectGUI | |
| getObjectService () | |
| Get object service. More... | |
| assignObject () | |
| setTitleAndDescription () | |
| called by prepare output More... | |
| initHeaderAction ($a_sub_type=null, $a_sub_id=null) | |
| Add header action menu. More... | |
| insertHeaderAction ($a_list_gui) | |
| Insert header action into main template. More... | |
| addHeaderAction () | |
| Add header action menu. More... | |
| redrawHeaderActionObject () | |
| Ajax call: redraw action header only. More... | |
| setTabs () | |
| set admin tabs @access public More... | |
| setAdminTabs () | |
| set admin tabs @access public More... | |
| setLocator () | |
| set Locator More... | |
| addLocatorItems () | |
| should be overwritten to add object specific items (repository items are preloaded) More... | |
| omitLocator ($a_omit=true) | |
| addAdminLocatorItems ($a_do_not_add_object=false) | |
| should be overwritten to add object specific items (repository items are preloaded) More... | |
| initCreationForms ($a_new_type) | |
| Init creation froms. More... | |
| getCreationFormsHTML (array $a_forms) | |
| Get HTML for creation forms (accordion) More... | |
| initCreateForm ($a_new_type) | |
| Init object creation form. More... | |
| initDidacticTemplate (ilPropertyFormGUI $form) | |
| Show didactic template types. More... | |
| addDidacticTemplateOptions (array &$a_options) | |
| Add custom templates. More... | |
| afterSave (ilObject $a_new_object) | |
| Post (successful) object creation hook. More... | |
| initEditForm () | |
| Init object edit form. More... | |
| initEditCustomForm (ilPropertyFormGUI $a_form) | |
| Add custom fields to update form. More... | |
| getEditFormValues () | |
| Get values for edit form. More... | |
| getEditFormCustomValues (array &$a_values) | |
| Add values to custom edit fields. More... | |
| validateCustom (ilPropertyFormGUI $a_form) | |
| Validate custom values (if not possible with checkInput()) More... | |
| updateCustom (ilPropertyFormGUI $a_form) | |
| Insert custom update form values into object. More... | |
| afterUpdate () | |
| Post (successful) object update hook. More... | |
| initImportForm ($a_new_type) | |
| Init object import form. More... | |
| importFileObject ($parent_id=null, $a_catch_errors=true) | |
| Import. More... | |
| afterImport (ilObject $a_new_object) | |
| Post (successful) object import hook. More... | |
| setFormAction ($a_cmd, $a_formaction) | |
| set specific form action for command More... | |
| getReturnLocation ($a_cmd, $a_location="") | |
| get return location for command (command is method name without "Object", e.g. More... | |
| setReturnLocation ($a_cmd, $a_location) | |
| set specific return location for command More... | |
| getTargetFrame ($a_cmd, $a_target_frame="") | |
| get target frame for command (command is method name without "Object", e.g. More... | |
| setTargetFrame ($a_cmd, $a_target_frame) | |
| set specific target frame for command More... | |
| showPossibleSubObjects () | |
| show possible subobjects (pulldown menu) More... | |
| getTemplateFile ($a_cmd, $a_type="") | |
| get a template blockfile format: tpl. More... | |
| getTabs () | |
| get tabs abstract method. More... | |
| __showButton ($a_cmd, $a_text, $a_target='') | |
| hitsperpageObject () | |
| & | __initTableGUI () |
| __setTableGUIBasicData (&$tbl, &$result_set, $a_from="") | |
| standard implementation for tables use 'from' variable use different initial setting of table More... | |
| redirectToRefId ($a_ref_id, $a_cmd="") | |
| redirects to (repository) view per ref id usually to a container and usually used at the end of a save/import method where the object gui type (of the new object) doesn't match with the type of the current $_GET["ref_id"] value More... | |
| fillCloneTemplate ($a_tpl_varname, $a_type) | |
| Fill object clone template This method can be called from any object GUI class that wants to offer object cloning. More... | |
| getCenterColumnHTML () | |
| Get center column. More... | |
| getRightColumnHTML () | |
| Display right column. More... | |
| setColumnSettings (ilColumnGUI $column_gui) | |
| May be overwritten in subclasses. More... | |
| checkPermission ($a_perm, $a_cmd="", $a_type="", $a_ref_id=null) | |
| Check permission and redirect on error. More... | |
| checkPermissionBool ($a_perm, $a_cmd="", $a_type="", $a_ref_id=null) | |
| Check permission. More... | |
| enableDragDropFileUpload () | |
| Enables the file upload into this object by dropping files. More... | |
| handleAutoRating (ilObject $a_new_obj) | |
| Activate rating automatically if parent container setting. More... | |
Protected Attributes | |
| $logger = null | |
| $http | |
| $container_ref_id = 0 | |
| $container_obj_id = 0 | |
| $files = array() | |
Protected Attributes inherited from ilObjectGUI | |
| const | UPLOAD_TYPE_LOCAL = 1 |
| const | UPLOAD_TYPE_UPLOAD_DIRECTORY = 2 |
| $ilErr | |
| $locator | |
| $user | |
| $access | |
| $rbacsystem | |
| $settings | |
| $rbacreview | |
| $toolbar | |
| $tmp_import_dir | |
| $tabs_gui = null | |
| $ctrl | |
| $object_service | |
| $favourites | |
| $request | |
@ilCtrl_Calls ilObjSessionGUI: ilPermissionGUI, ilInfoScreenGUI, ilObjectCopyGUI @ilCtrl_Calls ilObjSessionGUI: ilExportGUI, ilCommonActionDispatcherGUI, ilMembershipMailGUI @ilCtrl_Calls ilObjSessionGUI: ilLearningProgressGUI, ilSessionMembershipGUI, ilObjectMetaDataGUI, ilPropertyFormGUI @ilCtrl_Calls ilObjSessionGUI: ilBookingGatewayGUI
Definition at line 37 of file class.ilObjSessionGUI.php.
| ilObjSessionGUI::__construct | ( | $a_data, | |
| $a_id, | |||
| $a_call_by_reference, | |||
$a_prepare_output = true |
|||
| ) |
Constructor.
@access public
return
Definition at line 64 of file class.ilObjSessionGUI.php.
References $DIC, $lng, $tpl, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\FileDelivery\http(), and ui().
Here is the call graph for this function:
|
protected |
@access protected
return
Definition at line 2055 of file class.ilObjSessionGUI.php.
|
static |
goto
@access public
return
Definition at line 446 of file class.ilObjSessionGUI.php.
References $DIC, ilObjectGUI\$ilErr, $lng, ilObjectGUI\_gotoRepositoryNode(), ilObjectGUI\_gotoRepositoryRoot(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), ROOT_FOLDER_ID, and ilUtil\sendFailure().
Here is the call graph for this function:| ilObjSessionGUI::addLocatorItems | ( | ) |
Add session locator.
@access public
Reimplemented from ilObjectGUI.
Definition at line 2066 of file class.ilObjSessionGUI.php.
References $_GET, $DIC, and ilObjectGUI\getCreationMode().
Here is the call graph for this function:| ilObjSessionGUI::afterSaveCallback | ( | ilObject | $a_obj | ) |
Custom callback after object is created (in parent containert.
| ilObject | $a_obj |
Definition at line 2228 of file class.ilObjSessionGUI.php.
References ilObject\getRefId().
Here is the call graph for this function:| ilObjSessionGUI::applyFilter | ( | ) |
Apply filter.
Definition at line 1346 of file class.ilObjSessionGUI.php.
| ilObjSessionGUI::attendanceListObject | ( | ) |
show attendance list selection
@access public
Definition at line 1423 of file class.ilObjSessionGUI.php.
References $DIC, $tpl, ilObjectGUI\checkPermission(), and initAttendanceList().
Here is the call graph for this function:
|
protected |
Cancel editigin @global type $ilCtrl @global type $tree.
Definition at line 2275 of file class.ilObjSessionGUI.php.
References $DIC, and ilObjectGUI\$tree.
| ilObjSessionGUI::confirmDeleteFilesObject | ( | ) |
confirm delete files
@access public
return
Definition at line 1200 of file class.ilObjSessionGUI.php.
References $_POST, editObject(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilObjSessionGUI::createMailSignature | ( | ) |
Create a course mail signature.
Definition at line 2322 of file class.ilObjSessionGUI.php.
References ilLink\_getLink().
Here is the call graph for this function:
|
protected |
create recurring sessions
@access protected
| bool | $a_activate_lp |
Definition at line 971 of file class.ilObjSessionGUI.php.
References $DIC, ilObjectGUI\$tree, ilObjectGUI\getDidacticTemplateVar(), IL_CAL_UNIX, IL_CAL_YEAR, and ilLPObjSettings\LP_MODE_DEACTIVATED.
Referenced by saveObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSessionGUI::deleteFilesObject | ( | ) |
delete files
@access public
return
Definition at line 1241 of file class.ilObjSessionGUI.php.
References $_POST, editObject(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilObjSessionGUI::editObject | ( | ) |
edit object
@access protected
return
Reimplemented from ilObjectGUI.
Definition at line 1040 of file class.ilObjSessionGUI.php.
References $rows, and initForm().
Referenced by confirmDeleteFilesObject(), deleteFilesObject(), and updateObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSessionGUI::eventsListObject | ( | ) |
list sessions of all user
@access public
return
Definition at line 1529 of file class.ilObjSessionGUI.php.
References $_GET, $_SESSION, $DIC, $i, ilObjectGUI\$ilErr, $ilUser, $name, ilObjectGUI\$tree, ilObjectGUI\__showButton(), ilObjUser\_lookupLogin(), ilObjUser\_lookupName(), ilUtil\_sortIds(), ilUtil\getImagePath(), ilObjectFactory\getInstanceByRefId(), initContainer(), and ilUtil\switchColor().
Here is the call graph for this function:| ilObjSessionGUI::executeCommand | ( | ) |
execute command
@access public
Reimplemented from ilObjectGUI.
Definition at line 96 of file class.ilObjSessionGUI.php.
References $_GET, $DIC, $GLOBALS, $ilUser, $ret, ilObjectGUI\$tree, ilLink\_getLink(), ilObjectGUI\addHeaderAction(), ilObjectGUI\checkPermission(), ilObjectGUI\getCreationMode(), ilCommonActionDispatcherGUI\getInstanceFromAjaxCall(), infoScreen(), initCreateForm(), initForm(), ilLearningProgressBaseGUI\LP_CONTEXT_REPOSITORY, and prepareOutput().
Here is the call graph for this function:| ilObjSessionGUI::getAttendanceListUserData | ( | $a_user_id, | |
| $a_filters | |||
| ) |
Get user data for attendance list.
| int | $a_user_id | |
| bool | $a_is_admin | |
| bool | $a_is_tutor | |
| bool | $a_is_member | |
| array | $a_filters |
Definition at line 1504 of file class.ilObjSessionGUI.php.
References ilObjectGUI\$data.
| ilObjSessionGUI::getContainerRefId | ( | ) |
container ref id
Definition at line 2261 of file class.ilObjSessionGUI.php.
References $container_ref_id, and initContainer().
Referenced by materialsObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSessionGUI::getCurrentObject | ( | ) |
Get session object.
Definition at line 241 of file class.ilObjSessionGUI.php.
References ilObjectGUI\$object.
Referenced by registerObject(), showJoinRequestButton(), and unregisterObject().
Here is the caller graph for this function:| ilObjSessionGUI::getDefaultMemberRole | ( | ) |
Get default member role.
Definition at line 2294 of file class.ilObjSessionGUI.php.
References $GLOBALS, and ilObject\_lookupTitle().
Here is the call graph for this function:| ilObjSessionGUI::getLocalRoles | ( | ) |
get all local roles
Definition at line 2312 of file class.ilObjSessionGUI.php.
References $GLOBALS.
| ilObjSessionGUI::getTabs | ( | ) |
Build tabs.
@access public
Reimplemented from ilObjectGUI.
Definition at line 2114 of file class.ilObjSessionGUI.php.
References $DIC, $ilUser, ilObjectGUI\$tree, ilContainer\_lookupContainerSetting(), ilObject\_lookupObjId(), ilObject\_lookupType(), ilObjectServiceSettingsGUI\BOOKING, and ilLearningProgressAccess\checkAccess().
Here is the call graph for this function:| ilObjSessionGUI::handleFileUpload | ( | ) |
Definition at line 912 of file class.ilObjSessionGUI.php.
References $DIC, ilObjectGUI\$tree, and ilUtil\stripSlashes().
Referenced by saveObject(), and updateObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Import.
Reimplemented from ilObjectGUI.
Definition at line 2335 of file class.ilObjSessionGUI.php.
| ilObjSessionGUI::infoScreen | ( | ) |
info screen
@access protected
return
Definition at line 651 of file class.ilObjSessionGUI.php.
References $DIC, $email, $ilUser, $lng, $location, ilObjectGUI\$tree, ilContainerSorting\_getInstance(), ilObject\_lookupObjId(), ilChangeEvent\_recordReadEvent(), ilObjectGUI\checkPermission(), ilSessionObjectListGUIFactory\factory(), ilParticipants\getInstance(), ilObjectActivation\getItemsByEvent(), ilUtil\makeClickable(), ilAdvancedMDRecordGUI\MODE_INFO, modifyItemGUI(), and showJoinRequestButton().
Referenced by executeCommand(), and infoScreenObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSessionGUI::infoScreenObject | ( | ) |
this one is called from the info button in the repository not very nice to set cmdClass/Cmd manually, if everything works through ilCtrl in the future this may be changed
Definition at line 488 of file class.ilObjSessionGUI.php.
References infoScreen().
Here is the call graph for this function:
|
protected |
Init attendance list object.
Definition at line 1443 of file class.ilObjSessionGUI.php.
References ilDatePresentation\formatPeriod(), initContainer(), and ilDatePresentation\setUseRelativeDates().
Referenced by attendanceListObject(), and printAttendanceListObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 1257 of file class.ilObjSessionGUI.php.
References $DIC, ilObjectGUI\$tree, ilCourseParticipants\_getInstanceByObjId(), ilGroupParticipants\_getInstanceByObjId(), ilObject\_lookupObjId(), and ilUtil\sendFailure().
Referenced by eventsListObject(), getContainerRefId(), and initAttendanceList().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Init object creation form.
| string | $a_new_type |
Reimplemented from ilObjectGUI.
Definition at line 794 of file class.ilObjSessionGUI.php.
References initForm().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Init Form.
Definition at line 1653 of file class.ilObjSessionGUI.php.
References $_GET, $DIC, $files, $ilUser, $section, ilObjectGUI\checkPermissionBool(), ilObjectServiceSettingsGUI\CUSTOM_METADATA, ilObjectGUI\initDidacticTemplate(), ilYuiUtil\initDomEvent(), ilObjectServiceSettingsGUI\initServiceSettingsForm(), ilObjSession\MAIL_ALLOWED_ADMIN, ilObjSession\MAIL_ALLOWED_ALL, ilAdvancedMDRecordGUI\MODE_EDITOR, ilMembershipRegistrationSettings\REGISTRATION_LIMITED_USERS, ilMembershipRegistrationSettings\TYPE_DIRECT, ilMembershipRegistrationSettings\TYPE_NONE, ilMembershipRegistrationSettings\TYPE_REQUEST, and ilMembershipRegistrationSettings\TYPE_TUTOR.
Referenced by editObject(), executeCommand(), initCreateForm(), saveObject(), and updateObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSessionGUI::joinObject | ( | ) |
Called from info screen.
Definition at line 349 of file class.ilObjSessionGUI.php.
References $_SESSION, $DIC, $ilUser, ilEventParticipants\_isRegistered(), ilEventParticipants\_register(), ilEventParticipants\_unregister(), and ilObjectGUI\checkPermission().
Here is the call graph for this function:
|
protected |
load settings
@access protected
return
Definition at line 1886 of file class.ilObjSessionGUI.php.
References $_POST, IL_CAL_UNIX, ilUtil\stripSlashes(), ilMembershipRegistrationSettings\TYPE_DIRECT, and ilMembershipRegistrationSettings\TYPE_REQUEST.
Referenced by saveObject(), and updateObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
load recurrence settings
@access protected
Definition at line 1953 of file class.ilObjSessionGUI.php.
References $_POST, IL_CAL_FREQ_DAILY, IL_CAL_FREQ_MONTHLY, IL_CAL_FREQ_WEEKLY, IL_CAL_FREQ_YEARLY, and ilUtil\stripSlashes().
Referenced by saveObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSessionGUI::materialsObject | ( | ) |
show material assignment
Definition at line 1296 of file class.ilObjSessionGUI.php.
References ilObjectGUI\$data, $DIC, ilObjectGUI\$objDefinition, ilObjectGUI\$tree, and getContainerRefId().
Here is the call graph for this function:
|
protected |
Redirect to member adminsitration.
Definition at line 232 of file class.ilObjSessionGUI.php.
| ilObjSessionGUI::modifyItemGUI | ( | $a_item_list_gui, | |
| $a_item_data, | |||
| $a_show_path | |||
| ) |
Modify Item ListGUI for presentation in container @global type $tree.
| type | $a_item_list_gui | |
| type | $a_item_data | |
| type | $a_show_path |
Definition at line 502 of file class.ilObjSessionGUI.php.
References $DIC, ilObjectGUI\$tree, ilObjCourse\_lookupAboStatus(), ilObject\_lookupObjId(), ilObjCourseGUI\_modifyItemGUI(), and ilObjectActivation\addListGUIActivationProperty().
Referenced by infoScreen().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSessionGUI::postUpdateMaterials | ( | ) |
redirect to list of materials without offset/page.
Definition at line 1405 of file class.ilObjSessionGUI.php.
Referenced by removeMaterialsObject(), and saveMaterialsObject().
Here is the caller graph for this function:| ilObjSessionGUI::prepareOutput | ( | $a_show_subobjects = true | ) |
Reimplemented from ilObjectGUI.
Definition at line 249 of file class.ilObjSessionGUI.php.
References ilObjectGUI\getCreationMode().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
print attendance list
@access protected
Definition at line 1480 of file class.ilObjSessionGUI.php.
References ilObjectGUI\checkPermission(), exit, and initAttendanceList().
Here is the call graph for this function:| ilObjSessionGUI::readMemberData | ( | $a_usr_ids | ) |
Used for waiting list.
Definition at line 2246 of file class.ilObjSessionGUI.php.
|
protected |
Redirect to parent content page.
Definition at line 2086 of file class.ilObjSessionGUI.php.
References $ctrl, $DIC, ilObjectGUI\$objDefinition, ilObjectGUI\$tree, and ilObject\_lookupType().
Here is the call graph for this function:
|
protected |
refuse participation
Definition at line 544 of file class.ilObjSessionGUI.php.
References unregisterObject().
Here is the call graph for this function:| ilObjSessionGUI::registerObject | ( | ) |
register to session
@access public
return
Definition at line 270 of file class.ilObjSessionGUI.php.
References $DIC, $ilUser, ilObjectGUI\checkPermission(), getCurrentObject(), ilParticipants\getInstance(), ilUtil\sendInfo(), ilMembershipRegistrationSettings\TYPE_DIRECT, ilMembershipRegistrationSettings\TYPE_NONE, and ilMembershipRegistrationSettings\TYPE_REQUEST.
Here is the call graph for this function:| ilObjSessionGUI::removeMaterialsObject | ( | ) |
Remove materials from the current object.
Definition at line 1368 of file class.ilObjSessionGUI.php.
References $_POST, and postUpdateMaterials().
Here is the call graph for this function:| ilObjSessionGUI::resetFilter | ( | ) |
Reset filter.
Definition at line 1357 of file class.ilObjSessionGUI.php.
| ilObjSessionGUI::saveAndAssignMaterialsObject | ( | ) |
Save and assign sessoin materials.
@access protected
Definition at line 807 of file class.ilObjSessionGUI.php.
References ilObjectGUI\saveObject().
Here is the call graph for this function:| ilObjSessionGUI::saveMaterialsObject | ( | ) |
save material assignment
@access public
Definition at line 1384 of file class.ilObjSessionGUI.php.
References $_POST, and postUpdateMaterials().
Here is the call graph for this function:| ilObjSessionGUI::saveObject | ( | $a_redirect_on_success = true | ) |
save object
@access protected
| bool | $a_redirect_on_success | Redirect to repository after success. |
Definition at line 823 of file class.ilObjSessionGUI.php.
References $_GET, $DIC, ilObjectGUI\$ilErr, $ilUser, ilObjectGUI\createObject(), createRecurringSessions(), ilObjectServiceSettingsGUI\CUSTOM_METADATA, ilObjectGUI\getDidacticTemplateVar(), handleFileUpload(), ilAdvancedMDRecordGUI\importEditFormPostValues(), initForm(), load(), loadRecurrenceSettings(), ilLPObjSettings\LP_MODE_DEACTIVATED, ilUtil\sendFailure(), ilUtil\sendInfo(), and ilObjectServiceSettingsGUI\updateServiceSettingsForm().
Here is the call graph for this function:| ilObjSessionGUI::sendFileObject | ( | ) |
send file
@access public
Definition at line 786 of file class.ilObjSessionGUI.php.
References $_GET, and ilUtil\deliverFile().
Here is the call graph for this function:
|
protected |
| $ilToolbar | ilToolbarGUI show join request |
Definition at line 553 of file class.ilObjSessionGUI.php.
References $_SESSION, $DIC, $ilUser, ilWaitingList\_isOnList(), ilEventParticipants\_isRegistered(), getCurrentObject(), ilParticipants\getInstance(), ilUtil\sendInfo(), and ui().
Referenced by infoScreen(), and showJoinRequestButtonInCalendar().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSessionGUI::showJoinRequestButtonInCalendar | ( | ilToolbarGUI | $a_ilToolbar | ) |
| $ilToolbar | ilToolbarGUI show join request This method is only needed to keep showJoinRequestButton method protected. |
Definition at line 535 of file class.ilObjSessionGUI.php.
References showJoinRequestButton().
Here is the call graph for this function:| ilObjSessionGUI::unregisterObject | ( | $a_refuse_participation = false | ) |
unregister from session
@access public
| bool | $a_refuse_participation |
Definition at line 382 of file class.ilObjSessionGUI.php.
References $DIC, $GLOBALS, $ilUser, ilWaitingList\deleteUserEntry(), getCurrentObject(), ilSessionParticipants\getInstance(), ilObjectGUI\redirectToRefId(), ilRbacSystem\resetCaches(), ilUtil\sendInfo(), and user().
Referenced by refuseParticipationObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSessionGUI::updateObject | ( | ) |
update object
Reimplemented from ilObjectGUI.
Definition at line 1076 of file class.ilObjSessionGUI.php.
References $DIC, ilObjectGUI\$ilErr, ilObjectServiceSettingsGUI\CUSTOM_METADATA, editObject(), handleFileUpload(), ilAdvancedMDRecordGUI\importEditFormPostValues(), initForm(), load(), ilDidacticTemplateObjSettings\lookupTemplateId(), ilUtil\sendFailure(), ilUtil\sendQuestion(), and ilObjectServiceSettingsGUI\updateServiceSettingsForm().
Here is the call graph for this function:| ilObjSessionGUI::updateSessionTypeObject | ( | ) |
change session type
Definition at line 1182 of file class.ilObjSessionGUI.php.
References ilDidacticTemplateUtils\switchTemplate().
Here is the call graph for this function:
|
protected |
Definition at line 53 of file class.ilObjSessionGUI.php.
|
protected |
Definition at line 52 of file class.ilObjSessionGUI.php.
Referenced by getContainerRefId().
| ilObjSessionGUI::$ctrl |
Definition at line 49 of file class.ilObjSessionGUI.php.
Referenced by redirectToParentContentPageObject().
|
protected |
Definition at line 55 of file class.ilObjSessionGUI.php.
Referenced by initForm().
|
protected |
Definition at line 46 of file class.ilObjSessionGUI.php.
| ilObjSessionGUI::$lng |
Definition at line 48 of file class.ilObjSessionGUI.php.
Referenced by __construct(), _goto(), and infoScreen().
|
protected |
Definition at line 42 of file class.ilObjSessionGUI.php.
| ilObjSessionGUI::$tpl |
Definition at line 50 of file class.ilObjSessionGUI.php.
Referenced by __construct(), and attendanceListObject().