ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
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 () | |
setMailToMembersType (int $a_type) | |
getMailToMembersType () | |
validate () | |
cloneSettings (ilObjSession $new_obj) | |
cloneDependencies ($target_id, $copy_id) | |
create (bool $a_skip_meta_data=false) | |
update (bool $a_skip_meta_update=false) | |
delete () | |
read () | |
prepareCalendarAppointments (string $a_mode='create') | |
handleAutoFill () | |
getMembersObject () | |
getEnableMap () | |
![]() | |
getObjectProperties () | |
flushObjectProperties () | |
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 $description) | |
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 | getIconForType (string $type) |
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 29 of file class.ilObjSession.php.
ilObjSession::__construct | ( | int | $a_id = 0 , |
bool | $a_call_by_reference = true |
||
) |
Definition at line 59 of file class.ilObjSession.php.
References $DIC, and ILIAS\GlobalScreen\Provider\__construct().
|
static |
Definition at line 71 of file class.ilObjSession.php.
References $DIC, $ilDB, $res, ilDBConstants\FETCHMODE_OBJECT, and ilMembershipRegistrationSettings\TYPE_NONE.
Referenced by ilLPStatusEvent\_getStatusInfo(), and ilLPStatusEvent\determineStatus().
ilObjSession::addAppointment | ( | ilSessionAppointment | $appointment | ) |
Definition at line 325 of file class.ilObjSession.php.
ilObjSession::cloneDependencies | ( | $target_id, | |
$copy_id | |||
) |
Definition at line 436 of file class.ilObjSession.php.
References $obj_data_cache, and ilObject\getId().
ilObjSession::cloneSettings | ( | ilObjSession | $new_obj | ) |
Definition at line 401 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 450 of file class.ilObjSession.php.
References ilObject\$db, $event_handler, $ilDB, $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 544 of file class.ilObjSession.php.
References ilObject\$db, $event_handler, $ilDB, $res, ilEventItems\_delete(), ilEventParticipants\_deleteByEvent(), ilSessionAppointment\_deleteBySession(), ilObject\deleteMetaData(), ilObject\getId(), and prepareCalendarAppointments().
ilObjSession::enableCannotParticipateOption | ( | bool | $status | ) |
Definition at line 315 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::enabledRegistration | ( | ) |
Definition at line 298 of file class.ilObjSession.php.
References ilMembershipRegistrationSettings\TYPE_NONE.
ilObjSession::enabledRegistrationForUsers | ( | ) |
Definition at line 303 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 223 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::enableRegistrationWaitingList | ( | bool | $a_stat | ) |
Definition at line 253 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::getAppointments | ( | ) |
ilObjSession::getDetails | ( | ) |
Definition at line 203 of file class.ilObjSession.php.
References $details.
Referenced by cloneSettings(), create(), and update().
ilObjSession::getEmail | ( | ) |
Definition at line 186 of file class.ilObjSession.php.
References $email.
Referenced by cloneSettings(), create(), hasTutorSettings(), and update().
ilObjSession::getEnableMap | ( | ) |
Definition at line 722 of file class.ilObjSession.php.
ilObjSession::getEventId | ( | ) |
ilObjSession::getFirstAppointment | ( | ) |
Definition at line 338 of file class.ilObjSession.php.
References null.
Referenced by getPresentationTitle(), getPresentationTitleAppointmentPeriod(), prepareCalendarAppointments(), and validate().
ilObjSession::getLocation | ( | ) |
Definition at line 156 of file class.ilObjSession.php.
References $location.
Referenced by cloneSettings(), create(), prepareCalendarAppointments(), and update().
ilObjSession::getMailToMembersType | ( | ) |
Definition at line 349 of file class.ilObjSession.php.
References $mail_members.
Referenced by cloneSettings(), create(), and update().
ilObjSession::getMembersObject | ( | ) |
Definition at line 714 of file class.ilObjSession.php.
References $members_obj, and initParticipants().
ilObjSession::getName | ( | ) |
Definition at line 166 of file class.ilObjSession.php.
References $name.
Referenced by cloneSettings(), create(), hasTutorSettings(), and update().
ilObjSession::getPhone | ( | ) |
Definition at line 176 of file class.ilObjSession.php.
References $phone.
Referenced by cloneSettings(), create(), hasTutorSettings(), and update().
ilObjSession::getPresentationTitle | ( | ) |
Definition at line 106 of file class.ilObjSession.php.
References ilDatePresentation\formatDate(), getFirstAppointment(), ilObject\getTitle(), and IL_CAL_UNIX.
ilObjSession::getPresentationTitleAppointmentPeriod | ( | ) |
Definition at line 116 of file class.ilObjSession.php.
References ilObject\$title, ilDatePresentation\formatPeriod(), getFirstAppointment(), and ilObject\getTitle().
ilObjSession::getRegistrationMaxUsers | ( | ) |
Definition at line 238 of file class.ilObjSession.php.
References $reg_limited_users.
Referenced by cloneSettings(), create(), handleAutoFill(), update(), and validate().
ilObjSession::getRegistrationMinUsers | ( | ) |
Definition at line 228 of file class.ilObjSession.php.
References $reg_min_users.
Referenced by cloneSettings(), create(), and update().
ilObjSession::getRegistrationNotificationOption | ( | ) |
Definition at line 288 of file class.ilObjSession.php.
References $notificationOption.
Referenced by cloneSettings(), create(), and update().
ilObjSession::getRegistrationType | ( | ) |
Definition at line 213 of file class.ilObjSession.php.
References $reg_type.
Referenced by cloneSettings(), create(), and update().
ilObjSession::getShowMembers | ( | ) |
Definition at line 273 of file class.ilObjSession.php.
References $show_members.
Referenced by cloneSettings(), create(), and update().
ilObjSession::handleAutoFill | ( | ) |
Definition at line 645 of file class.ilObjSession.php.
References $parts, ilObject\$ref_id, ilObject\$user, $user_id, 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 191 of file class.ilObjSession.php.
References getEmail(), getName(), and getPhone().
ilObjSession::hasWaitingListAutoFill | ( | ) |
Definition at line 263 of file class.ilObjSession.php.
References $reg_waiting_list_autofill.
Referenced by cloneSettings(), create(), handleAutoFill(), and update().
|
protected |
Definition at line 606 of file class.ilObjSession.php.
References ilSessionAppointment\_readAppointmentsBySession(), and ilObject\getId().
Referenced by read().
ilObjSession::initDefaultRoles | ( | ) |
Create local session participant role.
Definition at line 131 of file class.ilObjSession.php.
References ilObjRole\createDefaultRole(), ilObject\getId(), ilObject\getRefId(), and ilLogLevel\WARNING.
|
protected |
Definition at line 709 of file class.ilObjSession.php.
References ilSessionParticipants\_getInstanceByObjId(), and ilObject\getId().
Referenced by getMembersObject().
ilObjSession::isCannotParticipateOptionEnabled | ( | ) |
Definition at line 310 of file class.ilObjSession.php.
References $show_cannot_participate_option.
Referenced by cloneSettings(), create(), and update().
ilObjSession::isRegistrationNotificationEnabled | ( | ) |
Definition at line 278 of file class.ilObjSession.php.
References $registrationNotificationEnabled.
Referenced by cloneSettings(), create(), and update().
ilObjSession::isRegistrationUserLimitEnabled | ( | ) |
Definition at line 218 of file class.ilObjSession.php.
References $reg_limited.
Referenced by cloneSettings(), create(), update(), and validate().
ilObjSession::isRegistrationWaitingListEnabled | ( | ) |
Definition at line 248 of file class.ilObjSession.php.
References $reg_waiting_list.
Referenced by cloneSettings(), create(), handleAutoFill(), and update().
|
static |
Definition at line 86 of file class.ilObjSession.php.
References $data, $DIC, $ilDB, $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 617 of file class.ilObjSession.php.
References getFirstAppointment(), getLocation(), ilObject\getLongDescription(), ilObject\getTitle(), ILIAS\Repository\lng(), and ilCalendarEntry\TRANSLATION_NONE.
Referenced by create(), delete(), and update().
ilObjSession::read | ( | ) |
Definition at line 575 of file class.ilObjSession.php.
References $res, enableCannotParticipateOption(), enableRegistrationUserLimit(), enableRegistrationWaitingList(), ilDBConstants\FETCHMODE_OBJECT, ilObject\getId(), initAppointments(), 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[] | $appointments |
Definition at line 333 of file class.ilObjSession.php.
References $appointments.
ilObjSession::setDetails | ( | string | $a_details | ) |
Definition at line 198 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setEmail | ( | string | $a_email | ) |
Definition at line 181 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setLocation | ( | string | $a_location | ) |
Definition at line 151 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setMailToMembersType | ( | int | $a_type | ) |
Definition at line 344 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setName | ( | string | $a_name | ) |
Definition at line 161 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setPhone | ( | string | $a_phone | ) |
Definition at line 171 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setRegistrationMaxUsers | ( | int | $a_users | ) |
Definition at line 243 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setRegistrationMinUsers | ( | int | $a_users | ) |
Definition at line 233 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setRegistrationNotificationEnabled | ( | bool | $value | ) |
Definition at line 283 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setRegistrationNotificationOption | ( | string | $value | ) |
Definition at line 293 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setRegistrationType | ( | int | $a_type | ) |
Definition at line 208 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setShowMembers | ( | bool | $a_status | ) |
Definition at line 268 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setWaitingListAutoFill | ( | bool | $a_value | ) |
Definition at line 258 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::update | ( | bool | $a_skip_meta_update = false | ) |
Definition at line 500 of file class.ilObjSession.php.
References ilObject\$db, $event_handler, $ilDB, $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 354 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 54 of file class.ilObjSession.php.
Referenced by getAppointments(), and setAppointments().
|
protected |
Definition at line 43 of file class.ilObjSession.php.
Referenced by getDetails().
|
protected |
Definition at line 42 of file class.ilObjSession.php.
Referenced by getEmail().
|
protected |
Definition at line 38 of file class.ilObjSession.php.
|
protected |
Definition at line 44 of file class.ilObjSession.php.
Referenced by getEventId().
|
protected |
Definition at line 39 of file class.ilObjSession.php.
Referenced by getLocation().
|
protected |
Definition at line 53 of file class.ilObjSession.php.
Referenced by getMailToMembersType().
|
protected |
Definition at line 55 of file class.ilObjSession.php.
Referenced by getMembersObject().
|
protected |
Definition at line 40 of file class.ilObjSession.php.
Referenced by getName().
|
protected |
Definition at line 57 of file class.ilObjSession.php.
Referenced by getRegistrationNotificationOption().
|
protected |
Definition at line 37 of file class.ilObjSession.php.
Referenced by cloneDependencies().
|
protected |
Definition at line 41 of file class.ilObjSession.php.
Referenced by getPhone().
|
protected |
Definition at line 46 of file class.ilObjSession.php.
Referenced by isRegistrationUserLimitEnabled().
|
protected |
Definition at line 48 of file class.ilObjSession.php.
Referenced by getRegistrationMaxUsers().
|
protected |
Definition at line 47 of file class.ilObjSession.php.
Referenced by getRegistrationMinUsers().
|
protected |
Definition at line 45 of file class.ilObjSession.php.
Referenced by getRegistrationType().
|
protected |
Definition at line 49 of file class.ilObjSession.php.
Referenced by isRegistrationWaitingListEnabled().
|
protected |
Definition at line 50 of file class.ilObjSession.php.
Referenced by hasWaitingListAutoFill().
|
protected |
Definition at line 56 of file class.ilObjSession.php.
Referenced by isRegistrationNotificationEnabled().
|
protected |
Definition at line 36 of file class.ilObjSession.php.
|
protected |
Definition at line 52 of file class.ilObjSession.php.
Referenced by isCannotParticipateOptionEnabled().
|
protected |
Definition at line 51 of file class.ilObjSession.php.
Referenced by getShowMembers().
const ilObjSession::CAL_REG_START = 1 |
Definition at line 34 of file class.ilObjSession.php.
const ilObjSession::LOCAL_ROLE_PARTICIPANT_PREFIX = 'il_sess_participant' |
Definition at line 33 of file class.ilObjSession.php.
const ilObjSession::MAIL_ALLOWED_ADMIN = 2 |
Definition at line 32 of file class.ilObjSession.php.
Referenced by ilObjSessionGUI\initForm().
const ilObjSession::MAIL_ALLOWED_ALL = 1 |
Definition at line 31 of file class.ilObjSession.php.
Referenced by ilParticipants\canSendMailToMembers(), and ilObjSessionGUI\initForm().