ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Public Member Functions | |
__construct (int $a_id=0, bool $a_call_by_reference=true) | |
getPresentationTitle () | |
getPresentationTitleAppointmentPeriod () | |
initDefaultRoles () | |
Create local session participant role. More... | |
getEventId () | |
setLocation (string $a_location) | |
getLocation () | |
setName (string $a_name) | |
getName () | |
setPhone (string $a_phone) | |
getPhone () | |
setEmail (string $a_email) | |
getEmail () | |
hasTutorSettings () | |
setDetails (string $a_details) | |
getDetails () | |
setRegistrationType (int $a_type) | |
getRegistrationType () | |
isRegistrationUserLimitEnabled () | |
enableRegistrationUserLimit (int $a_limit) | |
getRegistrationMinUsers () | |
setRegistrationMinUsers (int $a_users) | |
getRegistrationMaxUsers () | |
setRegistrationMaxUsers (int $a_users) | |
isRegistrationWaitingListEnabled () | |
enableRegistrationWaitingList (bool $a_stat) | |
setWaitingListAutoFill (bool $a_value) | |
hasWaitingListAutoFill () | |
setShowMembers (bool $a_status) | |
getShowMembers () | |
isRegistrationNotificationEnabled () | |
setRegistrationNotificationEnabled (bool $value) | |
getRegistrationNotificationOption () | |
setRegistrationNotificationOption (string $value) | |
enabledRegistration () | |
enabledRegistrationForUsers () | |
isCannotParticipateOptionEnabled () | |
enableCannotParticipateOption (bool $status) | |
getAppointments () | |
addAppointment (ilSessionAppointment $appointment) | |
setAppointments (array $appointments) | |
getFirstAppointment () | |
getFiles () | |
setMailToMembersType (int $a_type) | |
getMailToMembersType () | |
validate () | |
cloneSettings (ilObjSession $new_obj) | |
cloneDependencies ($a_target_id, $a_copy_id) | |
create (bool $a_skip_meta_data=false) | |
update (bool $a_skip_meta_update=false) | |
delete () | |
read () | |
initFiles () | |
prepareCalendarAppointments (string $a_mode='create') | |
handleAutoFill () | |
getMembersObject () | |
getEnableMap () | |
![]() | |
__construct (int $id=0, bool $reference=true) | |
withReferences () | |
determines whether objects are referenced or not (got ref ids or not) More... | |
processAutoRating () | |
read () | |
getId () | |
setId (int $id) | |
setRefId (int $ref_id) | |
getRefId () | |
getType () | |
setType (string $type) | |
getPresentationTitle () | |
get presentation title Normally same as title Overwritten for sessions More... | |
getTitle () | |
getUntranslatedTitle () | |
Get untranslated object title WebDAV needs to access the untranslated title of an object. More... | |
setTitle (string $title) | |
getDescription () | |
setDescription (string $desc) | |
getLongDescription () | |
get object long description (stored in object_description) More... | |
getImportId () | |
setImportId (string $import_id) | |
setOfflineStatus (bool $status) | |
getOfflineStatus () | |
supportsOfflineHandling () | |
getOwner () | |
getOwnerName () | |
get full name of object owner More... | |
setOwner (int $usr_id) | |
getCreateDate () | |
Get create date in YYYY-MM-DD HH-MM-SS format. More... | |
getLastUpdateDate () | |
Get last update date in YYYY-MM-DD HH-MM-SS format. More... | |
create () | |
note: title, description and type should be set when this function is called More... | |
update () | |
MDUpdateListener (string $element) | |
Metadata update listener. More... | |
createMetaData () | |
updateMetaData () | |
deleteMetaData () | |
updateOwner () | |
update owner of object in db More... | |
putInTree (int $parent_ref_id) | |
maybe this method should be in tree object!? More... | |
setPermissions (int $parent_ref_id) | |
setParentRolePermissions (int $parent_ref_id) | |
Initialize the permissions of parent roles (local roles of categories, global roles...) This method is overwritten in e.g. More... | |
createReference () | |
creates reference for object More... | |
countReferences () | |
delete () | |
delete object or referenced object (in the case of a referenced object, object data is only deleted if last reference is deleted) This function removes an object entirely from system!! More... | |
initDefaultRoles () | |
init default roles settings Purpose of this function is to create a local role folder and local roles, that are needed depending on the object type. More... | |
applyDidacticTemplate (int $tpl_id) | |
getXMLZip () | |
getHTMLDirectory () | |
appendCopyInfo (int $target_id, int $copy_id) | |
Prepend Copy info if object with same name exists in that container. More... | |
cloneDependencies (int $target_id, int $copy_id) | |
Clone object dependencies. More... | |
cloneMetaData (ilObject $target_obj) | |
Copy meta data. More... | |
selfOrParentWithRatingEnabled () | |
getPossibleSubObjects (bool $filter=true) | |
get all possible sub objects of this type the object can decide which types of sub objects are possible jut in time overwrite if the decision distinguish from standard model More... | |
Static Public Member Functions | |
static | _lookupRegistrationEnabled (int $a_obj_id) |
static | lookupSession (int $a_obj_id) |
![]() | |
static | _lookupObjIdByImportId (string $import_id) |
Get (latest) object id for an import id. More... | |
static | _lookupImportId (int $obj_id) |
static | _lookupOwnerName (int $owner_id) |
Lookup owner name for owner id. More... | |
static | _getIdForImportId (string $import_id) |
static | _getAllReferences (int $id) |
get all reference ids for object ID More... | |
static | _lookupTitle (int $obj_id) |
static | lookupOfflineStatus (int $obj_id) |
Lookup offline status using objectDataCache. More... | |
static | _lookupOwner (int $obj_id) |
Lookup owner user ID for object ID. More... | |
static | _getIdsForTitle (string $title, string $type='', bool $partial_match=false) |
static | _lookupDescription (int $obj_id) |
static | _lookupLastUpdate (int $obj_id, bool $formatted=false) |
static | _getLastUpdateOfObjects (array $obj_ids) |
static | _lookupObjId (int $ref_id) |
static | _setDeletedDate (int $ref_id, int $deleted_by) |
static | setDeletedDates (array $ref_ids, int $user_id) |
static | _resetDeletedDate (int $ref_id) |
static | _lookupDeletedDate (int $ref_id) |
static | _writeTitle (int $obj_id, string $title) |
write title to db (static) More... | |
static | _writeDescription (int $obj_id, string $desc) |
write description to db (static) More... | |
static | _writeImportId (int $obj_id, string $import_id) |
write import id to db (static) More... | |
static | _lookupType (int $id, bool $reference=false) |
static | _isInTrash (int $ref_id) |
static | _hasUntrashedReference (int $obj_id) |
checks whether an object has at least one reference that is not in trash More... | |
static | _lookupObjectId (int $ref_id) |
static | _getObjectsDataForType (string $type, bool $omit_trash=false) |
get all objects of a certain type More... | |
static | _exists (int $id, bool $reference=false, ?string $type=null) |
checks if an object exists in object_data More... | |
static | _getObjectsByType (string $obj_type="", int $owner=null) |
static | _prepareCloneSelection (array $ref_ids, string $new_type, bool $show_path=true) |
Prepare copy wizard object selection. More... | |
static | _getIcon (int $obj_id=0, string $size="big", string $type="", bool $offline=false) |
Get icon for repository item. More... | |
static | collectDeletionDependencies (array &$deps, int $ref_id, int $obj_id, string $type, int $depth=0) |
Collect deletion dependencies. More... | |
static | getDeletionDependencies (int $obj_id) |
Get deletion dependencies. More... | |
static | getLongDescriptions (array $obj_ids) |
static | getAllOwnedRepositoryObjects (int $user_id) |
static | fixMissingTitles ($type, array &$obj_title_map) |
Try to fix missing object titles. More... | |
static | _lookupCreationDate (int $obj_id) |
static | _getObjectTypeIdByTitle (string $type, \ilDBInterface $ilDB=null) |
Data Fields | |
const | MAIL_ALLOWED_ALL = 1 |
const | MAIL_ALLOWED_ADMIN = 2 |
const | LOCAL_ROLE_PARTICIPANT_PREFIX = 'il_sess_participant' |
const | CAL_REG_START = 1 |
![]() | |
const | TITLE_LENGTH = 255 |
const | DESC_LENGTH = 128 |
const | LONG_DESC_LENGTH = 4000 |
const | TABLE_OBJECT_DATA = "object_data" |
array | $objectList |
string | $untranslatedTitle |
Protected Member Functions | |
initAppointments () | |
initParticipants () | |
![]() | |
doMDUpdateListener (string $a_element) | |
beforeMDUpdateListener (string $a_element) | |
doCreateMetaData () | |
beforeCreateMetaData () | |
doUpdateMetaData () | |
beforeUpdateMetaData () | |
doDeleteMetaData () | |
beforeDeleteMetaData () | |
handleAutoRating () | |
hasAutoRating () | |
Definition at line 30 of file class.ilObjSession.php.
ilObjSession::__construct | ( | int | $a_id = 0 , |
bool | $a_call_by_reference = true |
||
) |
Definition at line 61 of file class.ilObjSession.php.
References $DIC, and ILIAS\GlobalScreen\Provider\__construct().
|
static |
Definition at line 73 of file class.ilObjSession.php.
References $DIC, $ilDB, $query, $res, ilDBConstants\FETCHMODE_OBJECT, and ilMembershipRegistrationSettings\TYPE_NONE.
Referenced by ilLPStatusEvent\_getStatusInfo(), and ilLPStatusEvent\determineStatus().
ilObjSession::addAppointment | ( | ilSessionAppointment | $appointment | ) |
Definition at line 327 of file class.ilObjSession.php.
ilObjSession::cloneDependencies | ( | $a_target_id, | |
$a_copy_id | |||
) |
Definition at line 448 of file class.ilObjSession.php.
References $obj_data_cache, and ilObject\getId().
ilObjSession::cloneSettings | ( | ilObjSession | $new_obj | ) |
Definition at line 413 of file class.ilObjSession.php.
References ilContainer\_lookupContainerSetting(), ilContainer\_writeContainerSetting(), ilObjectServiceSettingsGUI\CUSTOM_METADATA, enableCannotParticipateOption(), enableRegistrationUserLimit(), enableRegistrationWaitingList(), getDetails(), getEmail(), ilObject\getId(), getLocation(), getMailToMembersType(), getName(), getPhone(), getRegistrationMaxUsers(), getRegistrationMinUsers(), getRegistrationNotificationOption(), getRegistrationType(), getShowMembers(), hasWaitingListAutoFill(), isCannotParticipateOptionEnabled(), isRegistrationNotificationEnabled(), isRegistrationUserLimitEnabled(), isRegistrationWaitingListEnabled(), setDetails(), setEmail(), setLocation(), setMailToMembersType(), setName(), setPhone(), setRegistrationMaxUsers(), setRegistrationMinUsers(), setRegistrationNotificationEnabled(), setRegistrationNotificationOption(), setRegistrationType(), setShowMembers(), setWaitingListAutoFill(), and update().
Referenced by validate().
ilObjSession::create | ( | bool | $a_skip_meta_data = false | ) |
Definition at line 462 of file class.ilObjSession.php.
References ilObject\$db, $event_handler, $ilDB, $query, $res, ilObject\createMetaData(), enabledRegistrationForUsers(), getDetails(), getEmail(), ilObject\getId(), getLocation(), getMailToMembersType(), getName(), getPhone(), getRegistrationMaxUsers(), getRegistrationMinUsers(), getRegistrationNotificationOption(), getRegistrationType(), getShowMembers(), hasWaitingListAutoFill(), isCannotParticipateOptionEnabled(), isRegistrationNotificationEnabled(), isRegistrationUserLimitEnabled(), isRegistrationWaitingListEnabled(), prepareCalendarAppointments(), and ilDBConstants\T_INTEGER.
ilObjSession::delete | ( | ) |
Definition at line 556 of file class.ilObjSession.php.
References ilObject\$db, $event_handler, $ilDB, $query, $res, ilEventItems\_delete(), ilEventParticipants\_deleteByEvent(), ilSessionAppointment\_deleteBySession(), ilObject\deleteMetaData(), getFiles(), ilObject\getId(), and prepareCalendarAppointments().
ilObjSession::enableCannotParticipateOption | ( | bool | $status | ) |
Definition at line 317 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::enabledRegistration | ( | ) |
Definition at line 300 of file class.ilObjSession.php.
References ilMembershipRegistrationSettings\TYPE_NONE.
ilObjSession::enabledRegistrationForUsers | ( | ) |
Definition at line 305 of file class.ilObjSession.php.
References ilMembershipRegistrationSettings\TYPE_NONE, and ilMembershipRegistrationSettings\TYPE_TUTOR.
Referenced by create(), handleAutoFill(), and update().
ilObjSession::enableRegistrationUserLimit | ( | int | $a_limit | ) |
Definition at line 225 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::enableRegistrationWaitingList | ( | bool | $a_stat | ) |
Definition at line 255 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::getAppointments | ( | ) |
ilObjSession::getDetails | ( | ) |
Definition at line 205 of file class.ilObjSession.php.
References $details.
Referenced by cloneSettings(), create(), and update().
ilObjSession::getEmail | ( | ) |
Definition at line 188 of file class.ilObjSession.php.
References $email.
Referenced by cloneSettings(), create(), hasTutorSettings(), and update().
ilObjSession::getEnableMap | ( | ) |
Definition at line 750 of file class.ilObjSession.php.
ilObjSession::getEventId | ( | ) |
ilObjSession::getFiles | ( | ) |
Definition at line 346 of file class.ilObjSession.php.
References $files.
Referenced by delete().
ilObjSession::getFirstAppointment | ( | ) |
Definition at line 340 of file class.ilObjSession.php.
References $app.
Referenced by getPresentationTitle(), getPresentationTitleAppointmentPeriod(), prepareCalendarAppointments(), and validate().
ilObjSession::getLocation | ( | ) |
Definition at line 158 of file class.ilObjSession.php.
References $location.
Referenced by cloneSettings(), create(), prepareCalendarAppointments(), and update().
ilObjSession::getMailToMembersType | ( | ) |
Definition at line 356 of file class.ilObjSession.php.
References $mail_members.
Referenced by cloneSettings(), create(), and update().
ilObjSession::getMembersObject | ( | ) |
Definition at line 742 of file class.ilObjSession.php.
References $members_obj, and initParticipants().
ilObjSession::getName | ( | ) |
Definition at line 168 of file class.ilObjSession.php.
References $name.
Referenced by cloneSettings(), create(), hasTutorSettings(), and update().
ilObjSession::getPhone | ( | ) |
Definition at line 178 of file class.ilObjSession.php.
References $phone.
Referenced by cloneSettings(), create(), hasTutorSettings(), and update().
ilObjSession::getPresentationTitle | ( | ) |
Definition at line 108 of file class.ilObjSession.php.
References ilDatePresentation\formatDate(), getFirstAppointment(), ilObject\getTitle(), and IL_CAL_UNIX.
ilObjSession::getPresentationTitleAppointmentPeriod | ( | ) |
Definition at line 118 of file class.ilObjSession.php.
References ilObject\$title, ilDatePresentation\formatPeriod(), getFirstAppointment(), and ilObject\getTitle().
ilObjSession::getRegistrationMaxUsers | ( | ) |
Definition at line 240 of file class.ilObjSession.php.
References $reg_limited_users.
Referenced by cloneSettings(), create(), handleAutoFill(), update(), and validate().
ilObjSession::getRegistrationMinUsers | ( | ) |
Definition at line 230 of file class.ilObjSession.php.
References $reg_min_users.
Referenced by cloneSettings(), create(), and update().
ilObjSession::getRegistrationNotificationOption | ( | ) |
Definition at line 290 of file class.ilObjSession.php.
References $notificationOption.
Referenced by cloneSettings(), create(), and update().
ilObjSession::getRegistrationType | ( | ) |
Definition at line 215 of file class.ilObjSession.php.
References $reg_type.
Referenced by cloneSettings(), create(), and update().
ilObjSession::getShowMembers | ( | ) |
Definition at line 275 of file class.ilObjSession.php.
References $show_members.
Referenced by cloneSettings(), create(), and update().
ilObjSession::handleAutoFill | ( | ) |
Definition at line 673 of file class.ilObjSession.php.
References $parts, ilObject\$ref_id, ilObject\$user, ilObject\_getAllReferences(), ilSessionParticipants\_getInstanceByObjId(), enabledRegistrationForUsers(), ilObject\getId(), ilObjectFactory\getInstanceByObjId(), getRegistrationMaxUsers(), hasWaitingListAutoFill(), isRegistrationWaitingListEnabled(), ilParticipants\lookupNumberOfMembers(), and ilSessionMembershipMailNotification\TYPE_ACCEPTED_SUBSCRIPTION_MEMBER.
ilObjSession::hasTutorSettings | ( | ) |
Definition at line 193 of file class.ilObjSession.php.
References getEmail(), getName(), and getPhone().
ilObjSession::hasWaitingListAutoFill | ( | ) |
Definition at line 265 of file class.ilObjSession.php.
References $reg_waiting_list_autofill.
Referenced by cloneSettings(), create(), handleAutoFill(), and update().
|
protected |
Definition at line 623 of file class.ilObjSession.php.
References ilSessionAppointment\_readAppointmentsBySession(), and ilObject\getId().
Referenced by read().
ilObjSession::initDefaultRoles | ( | ) |
Create local session participant role.
Definition at line 133 of file class.ilObjSession.php.
References ilObjRole\createDefaultRole(), ilObject\getId(), ilObject\getRefId(), and ilLogLevel\WARNING.
ilObjSession::initFiles | ( | ) |
BT 31608: ilSessionFile is an unused remnant of a previous refactoring. It will be removed in R9, and as a minimally invasive performance fix disabled in R7 and R8.
Definition at line 629 of file class.ilObjSession.php.
Referenced by read().
|
protected |
Definition at line 737 of file class.ilObjSession.php.
References ilSessionParticipants\_getInstanceByObjId(), and ilObject\getId().
Referenced by getMembersObject().
ilObjSession::isCannotParticipateOptionEnabled | ( | ) |
Definition at line 312 of file class.ilObjSession.php.
References $show_cannot_participate_option.
Referenced by cloneSettings(), create(), and update().
ilObjSession::isRegistrationNotificationEnabled | ( | ) |
Definition at line 280 of file class.ilObjSession.php.
References $registrationNotificationEnabled.
Referenced by cloneSettings(), create(), and update().
ilObjSession::isRegistrationUserLimitEnabled | ( | ) |
Definition at line 220 of file class.ilObjSession.php.
References $reg_limited.
Referenced by cloneSettings(), create(), update(), and validate().
ilObjSession::isRegistrationWaitingListEnabled | ( | ) |
Definition at line 250 of file class.ilObjSession.php.
References $reg_waiting_list.
Referenced by cloneSettings(), create(), handleAutoFill(), and update().
|
static |
Definition at line 88 of file class.ilObjSession.php.
References $data, $DIC, $ilDB, $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilObjSessionListGUI\getProperties(), and ilSessionMailTemplateParticipantContext\resolveSpecificPlaceholder().
ilObjSession::prepareCalendarAppointments | ( | string | $a_mode = 'create' | ) |
string | $a_mode | UPDATE|CREATE|DELETE |
Definition at line 645 of file class.ilObjSession.php.
References $app, getFirstAppointment(), getLocation(), ilObject\getLongDescription(), ilObject\getTitle(), ILIAS\Repository\lng(), and ilCalendarEntry\TRANSLATION_NONE.
Referenced by create(), delete(), and update().
ilObjSession::read | ( | ) |
Definition at line 591 of file class.ilObjSession.php.
References $query, $res, enableCannotParticipateOption(), enableRegistrationUserLimit(), enableRegistrationWaitingList(), ilDBConstants\FETCHMODE_OBJECT, ilObject\getId(), initAppointments(), initFiles(), ILIAS\Repository\int(), setDetails(), setEmail(), setLocation(), setMailToMembersType(), setName(), setPhone(), setRegistrationMaxUsers(), setRegistrationMinUsers(), setRegistrationNotificationEnabled(), setRegistrationNotificationOption(), setRegistrationType(), setShowMembers(), and setWaitingListAutoFill().
Referenced by validate().
ilObjSession::setAppointments | ( | array | $appointments | ) |
ilSessionAppointment[] |
Definition at line 335 of file class.ilObjSession.php.
References $appointments.
ilObjSession::setDetails | ( | string | $a_details | ) |
Definition at line 200 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setEmail | ( | string | $a_email | ) |
Definition at line 183 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setLocation | ( | string | $a_location | ) |
Definition at line 153 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setMailToMembersType | ( | int | $a_type | ) |
Definition at line 351 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setName | ( | string | $a_name | ) |
Definition at line 163 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setPhone | ( | string | $a_phone | ) |
Definition at line 173 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setRegistrationMaxUsers | ( | int | $a_users | ) |
Definition at line 245 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setRegistrationMinUsers | ( | int | $a_users | ) |
Definition at line 235 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setRegistrationNotificationEnabled | ( | bool | $value | ) |
Definition at line 285 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setRegistrationNotificationOption | ( | string | $value | ) |
Definition at line 295 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setRegistrationType | ( | int | $a_type | ) |
Definition at line 210 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setShowMembers | ( | bool | $a_status | ) |
Definition at line 270 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setWaitingListAutoFill | ( | bool | $a_value | ) |
Definition at line 260 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::update | ( | bool | $a_skip_meta_update = false | ) |
Definition at line 512 of file class.ilObjSession.php.
References ilObject\$db, $event_handler, $ilDB, $query, $res, enabledRegistrationForUsers(), getDetails(), getEmail(), ilObject\getId(), getLocation(), getMailToMembersType(), getName(), getPhone(), getRegistrationMaxUsers(), getRegistrationMinUsers(), getRegistrationNotificationOption(), getRegistrationType(), getShowMembers(), hasWaitingListAutoFill(), isCannotParticipateOptionEnabled(), isRegistrationNotificationEnabled(), isRegistrationUserLimitEnabled(), isRegistrationWaitingListEnabled(), prepareCalendarAppointments(), ilDBConstants\T_INTEGER, and ilObject\updateMetaData().
Referenced by cloneSettings().
ilObjSession::validate | ( | ) |
Definition at line 361 of file class.ilObjSession.php.
References ilObject\$error, $ilErr, ilObject\cloneMetaData(), cloneSettings(), getFirstAppointment(), ilObject\getId(), ilObject\getRefId(), getRegistrationMaxUsers(), isRegistrationUserLimitEnabled(), ILIAS\Repository\lng(), ilDidacticTemplateObjSettings\lookupTemplateId(), and read().
|
protected |
Definition at line 55 of file class.ilObjSession.php.
Referenced by getAppointments(), and setAppointments().
|
protected |
Definition at line 44 of file class.ilObjSession.php.
Referenced by getDetails().
|
protected |
Definition at line 43 of file class.ilObjSession.php.
Referenced by getEmail().
|
protected |
Definition at line 39 of file class.ilObjSession.php.
|
protected |
Definition at line 45 of file class.ilObjSession.php.
Referenced by getEventId().
|
protected |
Definition at line 56 of file class.ilObjSession.php.
Referenced by getFiles().
|
protected |
Definition at line 40 of file class.ilObjSession.php.
Referenced by getLocation().
|
protected |
Definition at line 54 of file class.ilObjSession.php.
Referenced by getMailToMembersType().
|
protected |
Definition at line 57 of file class.ilObjSession.php.
Referenced by getMembersObject().
|
protected |
Definition at line 41 of file class.ilObjSession.php.
Referenced by getName().
|
protected |
Definition at line 59 of file class.ilObjSession.php.
Referenced by getRegistrationNotificationOption().
|
protected |
Definition at line 38 of file class.ilObjSession.php.
Referenced by cloneDependencies().
|
protected |
Definition at line 42 of file class.ilObjSession.php.
Referenced by getPhone().
|
protected |
Definition at line 47 of file class.ilObjSession.php.
Referenced by isRegistrationUserLimitEnabled().
|
protected |
Definition at line 49 of file class.ilObjSession.php.
Referenced by getRegistrationMaxUsers().
|
protected |
Definition at line 48 of file class.ilObjSession.php.
Referenced by getRegistrationMinUsers().
|
protected |
Definition at line 46 of file class.ilObjSession.php.
Referenced by getRegistrationType().
|
protected |
Definition at line 50 of file class.ilObjSession.php.
Referenced by isRegistrationWaitingListEnabled().
|
protected |
Definition at line 51 of file class.ilObjSession.php.
Referenced by hasWaitingListAutoFill().
|
protected |
Definition at line 58 of file class.ilObjSession.php.
Referenced by isRegistrationNotificationEnabled().
|
protected |
Definition at line 37 of file class.ilObjSession.php.
|
protected |
Definition at line 53 of file class.ilObjSession.php.
Referenced by isCannotParticipateOptionEnabled().
|
protected |
Definition at line 52 of file class.ilObjSession.php.
Referenced by getShowMembers().
const ilObjSession::CAL_REG_START = 1 |
Definition at line 35 of file class.ilObjSession.php.
const ilObjSession::LOCAL_ROLE_PARTICIPANT_PREFIX = 'il_sess_participant' |
Definition at line 34 of file class.ilObjSession.php.
const ilObjSession::MAIL_ALLOWED_ADMIN = 2 |
Definition at line 33 of file class.ilObjSession.php.
Referenced by ilObjSessionGUI\initForm().
const ilObjSession::MAIL_ALLOWED_ALL = 1 |
Definition at line 32 of file class.ilObjSession.php.
Referenced by ilParticipants\canSendMailToMembers(), and ilObjSessionGUI\initForm().