ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Public Member Functions | |
__construct ($a_id=0, $a_call_by_reference=true) | |
Constructor public. More... | |
getPresentationTitle () | |
get title (overwritten from base class) More... | |
getPresentationTitleAppointmentPeriod () | |
initDefaultRoles () | |
Create local session participant role. More... | |
getEventId () | |
sget event id More... | |
setLocation ($a_location) | |
set location More... | |
getLocation () | |
get location More... | |
setName ($a_name) | |
set name More... | |
getName () | |
get name More... | |
setPhone ($a_phone) | |
set phone More... | |
getPhone () | |
get phone More... | |
setEmail ($a_email) | |
set email More... | |
getEmail () | |
get email More... | |
hasTutorSettings () | |
check if there any tutor settings More... | |
setDetails ($a_details) | |
set details More... | |
getDetails () | |
get details More... | |
setRegistrationType ($a_type) | |
getRegistrationType () | |
isRegistrationUserLimitEnabled () | |
enableRegistrationUserLimit ($a_limit) | |
getRegistrationMinUsers () | |
setRegistrationMinUsers ($a_users) | |
getRegistrationMaxUsers () | |
setRegistrationMaxUsers ($a_users) | |
isRegistrationWaitingListEnabled () | |
enableRegistrationWaitingList ($a_stat) | |
setWaitingListAutoFill ($a_value) | |
hasWaitingListAutoFill () | |
setShowMembers ($a_status) | |
Show members gallery. More... | |
getShowMembers () | |
Member gallery enabled. More... | |
isRegistrationNotificationEnabled () | |
setRegistrationNotificationEnabled ($value) | |
getRegistrationNotificationOption () | |
setRegistrationNotificationOption ($value) | |
enabledRegistration () | |
is registration enabled More... | |
getAppointments () | |
get appointments More... | |
addAppointment ($appointment) | |
add appointment More... | |
setAppointments ($appointments) | |
set appointments More... | |
getFirstAppointment () | |
get first appointment More... | |
getFiles () | |
get files More... | |
setMailToMembersType ($a_type) | |
Set mail to members type. More... | |
getMailToMembersType () | |
Get mail to members type. More... | |
validate () | |
validate More... | |
cloneSettings (ilObjSession $new_obj) | |
clone settings More... | |
cloneDependencies ($a_target_id, $a_copy_id) | |
Clone dependencies. More... | |
create ($a_skip_meta_data=false) | |
create new session More... | |
update ($a_skip_meta_update=false) | |
update object More... | |
delete () | |
delete session and all related data More... | |
read () | |
read session data More... | |
initFiles () | |
init files More... | |
prepareCalendarAppointments ($a_mode='create') | |
Prepare calendar appointments. More... | |
handleAutoFill () | |
Handle auto fill for session members. More... | |
getMembersObject () | |
Get members objects. More... | |
getEnableMap () | |
ALways disabled. More... | |
![]() | |
__construct ($a_id=0, $a_reference=true) | |
Constructor public. More... | |
withReferences () | |
determines wehter objects are referenced or not (got ref ids or not) More... | |
read () | |
read object data from db into object More... | |
getId () | |
get object id public More... | |
setId ($a_id) | |
set object id public More... | |
setRefId ($a_id) | |
set reference id public More... | |
getRefId () | |
get reference id public More... | |
getType () | |
get object type public More... | |
setType ($a_type) | |
set object type public More... | |
getPresentationTitle () | |
get presentation title Normally same as title Overwritten for sessions More... | |
getTitle () | |
get object title public More... | |
getUntranslatedTitle () | |
get untranslated object title public More... | |
setTitle ($a_title) | |
set object title More... | |
getDescription () | |
get object description More... | |
setDescription ($a_desc) | |
set object description More... | |
getLongDescription () | |
get object long description (stored in object_description) More... | |
getImportId () | |
get import id More... | |
setImportId ($a_import_id) | |
set import id More... | |
setOfflineStatus ($a_status) | |
Set offline status. More... | |
getOfflineStatus () | |
Get offline status. More... | |
supportsOfflineHandling () | |
Check whether object supports offline handling. More... | |
getOwner () | |
get object owner More... | |
getOwnerName () | |
setOwner ($a_owner) | |
set object owner More... | |
getCreateDate () | |
get create date public More... | |
getLastUpdateDate () | |
get last update date public More... | |
getDiskUsage () | |
Gets the disk usage of the object in bytes. More... | |
create () | |
create More... | |
update () | |
update object in db More... | |
MDUpdateListener ($a_element) | |
Meta data update listener. More... | |
createMetaData () | |
create meta data entry More... | |
updateMetaData () | |
update meta data entry More... | |
deleteMetaData () | |
delete meta data entry More... | |
updateOwner () | |
update owner of object in db More... | |
putInTree ($a_parent_ref) | |
maybe this method should be in tree object!? More... | |
setPermissions ($a_parent_ref) | |
set permissions of object More... | |
setParentRolePermissions ($a_parent_ref) | |
Initialize the permissions of parent roles (local roles of categories, global roles...) This method is overwritten in e.g courses, groups for building permission intersections with non_member templates. More... | |
createReference () | |
creates reference for object More... | |
countReferences () | |
count references of object 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 If you want to setup default local roles you MUST overwrite this method in derived object classes (see ilObjForum for an example) public More... | |
applyDidacticTemplate ($a_tpl_id) | |
Apply template. More... | |
setRegisterMode ($a_bool) | |
isUserRegistered ($a_user_id=0) | |
requireRegistration () | |
getXMLZip () | |
getHTMLDirectory () | |
appendCopyInfo ($a_target_id, $a_copy_id) | |
Prepend Copy info if object with same name exists in that container. More... | |
cloneDependencies ($a_target_id, $a_copy_id) | |
Clone object dependencies. More... | |
cloneMetaData ($target_obj) | |
Copy meta data. More... | |
getPossibleSubObjects ($a_filter=true) | |
get all possible subobjects of this type the object can decide which types of subobjects are possible jut in time overwrite if the decision distinguish from standard model More... | |
Static Public Member Functions | |
static | _lookupRegistrationEnabled ($a_obj_id) |
lookup registration enabled More... | |
static | lookupSession ($a_obj_id) |
Get session data. More... | |
![]() | |
static | _lookupObjIdByImportId ($a_import_id) |
static | _lookupImportId ($a_obj_id) |
static | _lookupOwnerName ($a_owner_id) |
lookup owner name for owner id More... | |
static | _getIdForImportId ($a_import_id) |
get current object id for import id (static) More... | |
static | _getAllReferences ($a_id) |
get all reference ids of object More... | |
static | _lookupTitle ($a_id) |
lookup object title More... | |
static | lookupOfflineStatus ($a_obj_id) |
Lookup offline status using objectDataCache. More... | |
static | _lookupOwner ($a_id) |
lookup object owner More... | |
static | _getIdsForTitle ($title, $type='', $partialmatch=false) |
static | _lookupDescription ($a_id) |
lookup object description More... | |
static | _lookupLastUpdate ($a_id, $a_as_string=false) |
lookup last update More... | |
static | _getLastUpdateOfObjects ($a_objs) |
Get last update for a set of media objects. More... | |
static | _lookupObjId ($a_id) |
static | _setDeletedDate ($a_ref_id, $a_deleted_by) |
static | setDeletedDates ($a_ref_ids, $a_user_id) |
Set deleted date. More... | |
static | _resetDeletedDate ($a_ref_id) |
only called in ilObjectGUI::insertSavedNodes More... | |
static | _lookupDeletedDate ($a_ref_id) |
only called in ilObjectGUI::insertSavedNodes More... | |
static | _writeTitle ($a_obj_id, $a_title) |
write title to db (static) More... | |
static | _writeDescription ($a_obj_id, $a_desc) |
write description to db (static) More... | |
static | _writeImportId ($a_obj_id, $a_import_id) |
write import id to db (static) More... | |
static | _lookupType ($a_id, $a_reference=false) |
lookup object type More... | |
static | _isInTrash ($a_ref_id) |
checks wether object is in trash More... | |
static | _hasUntrashedReference ($a_obj_id) |
checks wether an object has at least one reference that is not in trash More... | |
static | _lookupObjectId ($a_ref_id) |
lookup object id More... | |
static | _getObjectsDataForType ($a_type, $a_omit_trash=false) |
get all objects of a certain type More... | |
static | _exists ($a_id, $a_reference=false, $a_type=null) |
checks if an object exists in object_data More... | |
static | _getObjectsByType ($a_obj_type="", $a_owner="") |
Get objects by type. More... | |
static | _prepareCloneSelection ($a_ref_ids, $new_type, $show_path=true) |
Prepare copy wizard object selection. More... | |
static | collectDeletionDependencies (&$deps, $a_ref_id, $a_obj_id, $a_type, $a_depth=0) |
Collect deletion dependencies. More... | |
static | getDeletionDependencies ($a_obj_id) |
Get deletion dependencies. More... | |
static | getLongDescriptions (array $a_obj_ids) |
Get long description data. More... | |
static | getAllOwnedRepositoryObjects ($a_user_id) |
Get all ids of objects user owns. More... | |
static | fixMissingTitles ($a_type, array &$a_obj_title_map) |
Try to fix missing object titles. More... | |
static | _lookupCreationDate ($a_id) |
Lookup creation date. More... | |
static | hasAutoRating ($a_type, $a_ref_id) |
Check if auto rating is active for parent group/course. More... | |
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 |
max length of object title More... | |
const | DESC_LENGTH = 128 |
$lng | |
$id | |
$ref_id | |
$type | |
$title | |
$untranslatedTitle | |
$desc | |
$long_desc | |
$owner | |
$create_date | |
$last_update | |
$import_id | |
$register = false | |
$referenced | |
$objectList | |
$max_title | |
$max_desc | |
$add_dots | |
Protected Member Functions | |
initAppointments () | |
init appointments More... | |
initParticipants () | |
init participants object More... | |
Protected Attributes | |
$db | |
$location | |
$name | |
$phone | |
$details | |
$registration | |
$event_id | |
$reg_type = ilMembershipRegistrationSettings::TYPE_NONE | |
$reg_limited = 0 | |
$reg_min_users = 0 | |
$reg_limited_users = 0 | |
$reg_waiting_list = 0 | |
$reg_waiting_list_autofill | |
$show_members = false | |
$mail_members = self::MAIL_ALLOWED_ADMIN | |
$appointments | |
$files = array() | |
$session_logger = null | |
$members_obj | |
![]() | |
$objDefinition | |
$db | |
$log | |
$error | |
$tree | |
$app_event_handler | |
$rbacadmin | |
$rbacreview | |
Private Attributes | |
$registrationNotificationEnabled = false | |
$notificationOption = ilSessionConstants::NOTIFICATION_INHERIT_OPTION | |
Definition at line 16 of file class.ilObjSession.php.
ilObjSession::__construct | ( | $a_id = 0 , |
|
$a_call_by_reference = true |
|||
) |
Constructor public.
integer | reference_id or object_id |
boolean | treat the id as reference_id (true) or object_id (false) |
Definition at line 74 of file class.ilObjSession.php.
References $DIC, $GLOBALS, $ilDB, and ILIAS\GlobalScreen\Provider\__construct().
|
static |
lookup registration enabled
public
Definition at line 95 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 | ( | $appointment | ) |
add appointment
public
object | ilSessionAppointment |
Definition at line 461 of file class.ilObjSession.php.
ilObjSession::cloneDependencies | ( | $a_target_id, | |
$a_copy_id | |||
) |
Clone dependencies.
int | target id ref_id of new session |
int | copy_id |
Definition at line 640 of file class.ilObjSession.php.
References $DIC, and ilObject\getId().
ilObjSession::cloneSettings | ( | ilObjSession | $new_obj | ) |
clone settings
public
ilObjSession |
Definition at line 598 of file class.ilObjSession.php.
References ilContainer\_lookupContainerSetting(), ilContainer\_writeContainerSetting(), ilObjectServiceSettingsGUI\CUSTOM_METADATA, enableRegistrationUserLimit(), enableRegistrationWaitingList(), getDetails(), getEmail(), ilObject\getId(), getLocation(), getMailToMembersType(), getName(), getPhone(), getRegistrationMaxUsers(), getRegistrationMinUsers(), getRegistrationNotificationOption(), getRegistrationType(), getShowMembers(), hasWaitingListAutoFill(), isRegistrationNotificationEnabled(), isRegistrationUserLimitEnabled(), isRegistrationWaitingListEnabled(), setDetails(), setEmail(), setLocation(), setMailToMembersType(), setName(), setPhone(), setRegistrationMaxUsers(), setRegistrationMinUsers(), setRegistrationNotificationEnabled(), setRegistrationNotificationOption(), setRegistrationType(), setShowMembers(), setWaitingListAutoFill(), and update().
Referenced by validate().
ilObjSession::create | ( | $a_skip_meta_data = false | ) |
create new session
public
Definition at line 664 of file class.ilObjSession.php.
References $DIC, $ilDB, $query, $res, ilObject\createMetaData(), enabledRegistration(), getDetails(), getEmail(), ilObject\getId(), getLocation(), getMailToMembersType(), getName(), getPhone(), getRegistrationMaxUsers(), getRegistrationMinUsers(), getRegistrationNotificationOption(), getRegistrationType(), getShowMembers(), hasWaitingListAutoFill(), isRegistrationNotificationEnabled(), isRegistrationUserLimitEnabled(), isRegistrationWaitingListEnabled(), and prepareCalendarAppointments().
ilObjSession::delete | ( | ) |
delete session and all related data
public
Definition at line 777 of file class.ilObjSession.php.
References $DIC, $ilDB, $query, $res, ilEventItems\_delete(), ilEventParticipants\_deleteByEvent(), ilSessionAppointment\_deleteBySession(), ilObject\deleteMetaData(), getFiles(), ilObject\getId(), and prepareCalendarAppointments().
ilObjSession::enabledRegistration | ( | ) |
is registration enabled
public
Definition at line 438 of file class.ilObjSession.php.
References ilMembershipRegistrationSettings\TYPE_NONE.
Referenced by create(), handleAutoFill(), and update().
ilObjSession::enableRegistrationUserLimit | ( | $a_limit | ) |
Definition at line 336 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::enableRegistrationWaitingList | ( | $a_stat | ) |
Definition at line 366 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::getAppointments | ( | ) |
ilObjSession::getDetails | ( | ) |
get details
public
Definition at line 316 of file class.ilObjSession.php.
References $details.
Referenced by cloneSettings(), create(), and update().
ilObjSession::getEmail | ( | ) |
get email
public
Definition at line 281 of file class.ilObjSession.php.
References $email.
Referenced by cloneSettings(), create(), hasTutorSettings(), and update().
ilObjSession::getEnableMap | ( | ) |
ilObjSession::getEventId | ( | ) |
sget event id
public
Definition at line 192 of file class.ilObjSession.php.
References $event_id.
Referenced by initFiles().
ilObjSession::getFiles | ( | ) |
get files
public
Definition at line 496 of file class.ilObjSession.php.
Referenced by delete().
ilObjSession::getFirstAppointment | ( | ) |
get first appointment
public
Definition at line 484 of file class.ilObjSession.php.
Referenced by getPresentationTitle(), getPresentationTitleAppointmentPeriod(), prepareCalendarAppointments(), and validate().
ilObjSession::getLocation | ( | ) |
get location
public
Definition at line 214 of file class.ilObjSession.php.
References $location.
Referenced by cloneSettings(), create(), prepareCalendarAppointments(), and update().
ilObjSession::getMailToMembersType | ( | ) |
Get mail to members type.
Definition at line 515 of file class.ilObjSession.php.
References $mail_members.
Referenced by cloneSettings(), create(), and update().
ilObjSession::getMembersObject | ( | ) |
Get members objects.
Definition at line 1002 of file class.ilObjSession.php.
References $members_obj, and initParticipants().
ilObjSession::getName | ( | ) |
get name
public
Definition at line 236 of file class.ilObjSession.php.
References $name.
Referenced by cloneSettings(), create(), hasTutorSettings(), and update().
ilObjSession::getPhone | ( | ) |
get phone
public
Definition at line 258 of file class.ilObjSession.php.
References $phone.
Referenced by cloneSettings(), create(), hasTutorSettings(), and update().
ilObjSession::getPresentationTitle | ( | ) |
get title (overwritten from base class)
public
Definition at line 141 of file class.ilObjSession.php.
References ilDatePresentation\formatDate(), getFirstAppointment(), ilObject\getTitle(), and IL_CAL_UNIX.
ilObjSession::getPresentationTitleAppointmentPeriod | ( | ) |
Definition at line 154 of file class.ilObjSession.php.
References ilObject\$title, ilDatePresentation\formatPeriod(), getFirstAppointment(), and ilObject\getTitle().
ilObjSession::getRegistrationMaxUsers | ( | ) |
Definition at line 351 of file class.ilObjSession.php.
References $reg_limited_users.
Referenced by cloneSettings(), create(), handleAutoFill(), update(), and validate().
ilObjSession::getRegistrationMinUsers | ( | ) |
Definition at line 341 of file class.ilObjSession.php.
References $reg_min_users.
Referenced by cloneSettings(), create(), and update().
ilObjSession::getRegistrationNotificationOption | ( | ) |
Definition at line 419 of file class.ilObjSession.php.
References $notificationOption.
Referenced by cloneSettings(), create(), and update().
ilObjSession::getRegistrationType | ( | ) |
Definition at line 326 of file class.ilObjSession.php.
References $reg_type.
Referenced by cloneSettings(), create(), and update().
ilObjSession::getShowMembers | ( | ) |
Member gallery enabled.
Definition at line 394 of file class.ilObjSession.php.
References $show_members.
Referenced by cloneSettings(), create(), and update().
ilObjSession::handleAutoFill | ( | ) |
Handle auto fill for session members.
Definition at line 926 of file class.ilObjSession.php.
References ilSessionParticipants\_getInstanceByObjId(), enabledRegistration(), ilObject\getId(), ilObjectFactory\getInstanceByObjId(), getRegistrationMaxUsers(), hasWaitingListAutoFill(), isRegistrationWaitingListEnabled(), and ilSessionMembershipMailNotification\TYPE_ACCEPTED_SUBSCRIPTION_MEMBER.
ilObjSession::hasTutorSettings | ( | ) |
check if there any tutor settings
public
Definition at line 291 of file class.ilObjSession.php.
References getEmail(), getName(), and getPhone().
ilObjSession::hasWaitingListAutoFill | ( | ) |
Definition at line 376 of file class.ilObjSession.php.
References $reg_waiting_list_autofill.
Referenced by cloneSettings(), create(), handleAutoFill(), and update().
|
protected |
init appointments
protected
Definition at line 867 of file class.ilObjSession.php.
References ilSessionAppointment\_readAppointmentsBySession(), and ilObject\getId().
Referenced by read().
ilObjSession::initDefaultRoles | ( | ) |
Create local session participant role.
Definition at line 169 of file class.ilObjSession.php.
References ilObjRole\createDefaultRole(), ilObject\getId(), ilObject\getRefId(), and ilLogLevel\WARNING.
ilObjSession::initFiles | ( | ) |
init files
protected
Definition at line 881 of file class.ilObjSession.php.
References ilSessionFile\_readFilesByEvent(), and getEventId().
Referenced by read().
|
protected |
init participants object
protected
Definition at line 992 of file class.ilObjSession.php.
References ilSessionParticipants\_getInstanceByObjId(), and ilObject\getId().
Referenced by getMembersObject().
ilObjSession::isRegistrationNotificationEnabled | ( | ) |
Definition at line 402 of file class.ilObjSession.php.
References $registrationNotificationEnabled.
Referenced by cloneSettings(), create(), and update().
ilObjSession::isRegistrationUserLimitEnabled | ( | ) |
Definition at line 331 of file class.ilObjSession.php.
References $reg_limited.
Referenced by cloneSettings(), create(), update(), and validate().
ilObjSession::isRegistrationWaitingListEnabled | ( | ) |
Definition at line 361 of file class.ilObjSession.php.
References $reg_waiting_list.
Referenced by cloneSettings(), create(), handleAutoFill(), and update().
|
static |
Get session data.
object | $a_obj_id |
Definition at line 115 of file class.ilObjSession.php.
References $data, $DIC, $ilDB, $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilObjSessionListGUI\getProperties(), and ilSessionMailTemplateParticipantContext\resolveSpecificPlaceholder().
ilObjSession::prepareCalendarAppointments | ( | $a_mode = 'create' | ) |
Prepare calendar appointments.
public
string | mode UPDATE|CREATE|DELETE |
Definition at line 895 of file class.ilObjSession.php.
References $app, getFirstAppointment(), getLocation(), ilObject\getLongDescription(), ilObject\getTitle(), and IL_CAL_TRANSLATION_NONE.
Referenced by create(), delete(), and update().
ilObjSession::read | ( | ) |
read session data
public
Definition at line 829 of file class.ilObjSession.php.
References $query, $res, enableRegistrationUserLimit(), enableRegistrationWaitingList(), ilDBConstants\FETCHMODE_OBJECT, ilObject\getId(), initAppointments(), initFiles(), setDetails(), setEmail(), setLocation(), setMailToMembersType(), setName(), setPhone(), setRegistrationMaxUsers(), setRegistrationMinUsers(), setRegistrationNotificationEnabled(), setRegistrationNotificationOption(), setRegistrationType(), setShowMembers(), and setWaitingListAutoFill().
Referenced by validate().
ilObjSession::setAppointments | ( | $appointments | ) |
set appointments
public
array | ilSessionAppointments |
Definition at line 473 of file class.ilObjSession.php.
References $appointments.
ilObjSession::setDetails | ( | $a_details | ) |
set details
public
string | details |
Definition at line 305 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setEmail | ( | $a_email | ) |
set email
public
string |
Definition at line 270 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setLocation | ( | $a_location | ) |
set location
public
string | location |
Definition at line 203 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setMailToMembersType | ( | $a_type | ) |
Set mail to members type.
int | $a_type |
Definition at line 506 of file class.ilObjSession.php.
References $a_type.
Referenced by cloneSettings(), and read().
ilObjSession::setName | ( | $a_name | ) |
set name
public
string | name |
Definition at line 225 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setPhone | ( | $a_phone | ) |
set phone
public
string | phone |
Definition at line 247 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setRegistrationMaxUsers | ( | $a_users | ) |
Definition at line 356 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setRegistrationMinUsers | ( | $a_users | ) |
Definition at line 346 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setRegistrationNotificationEnabled | ( | $value | ) |
$value |
Definition at line 411 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setRegistrationNotificationOption | ( | $value | ) |
$value |
Definition at line 427 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setRegistrationType | ( | $a_type | ) |
Definition at line 321 of file class.ilObjSession.php.
References $a_type.
Referenced by cloneSettings(), and read().
ilObjSession::setShowMembers | ( | $a_status | ) |
Show members gallery.
$a_status |
Definition at line 385 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::setWaitingListAutoFill | ( | $a_value | ) |
Definition at line 371 of file class.ilObjSession.php.
Referenced by cloneSettings(), and read().
ilObjSession::update | ( | $a_skip_meta_update = false | ) |
update object
public
Definition at line 724 of file class.ilObjSession.php.
References $DIC, $ilDB, $query, $res, enabledRegistration(), getDetails(), getEmail(), ilObject\getId(), getLocation(), getMailToMembersType(), getName(), getPhone(), getRegistrationMaxUsers(), getRegistrationMinUsers(), getRegistrationNotificationOption(), getRegistrationType(), getShowMembers(), hasWaitingListAutoFill(), isRegistrationNotificationEnabled(), isRegistrationUserLimitEnabled(), isRegistrationWaitingListEnabled(), prepareCalendarAppointments(), and ilObject\updateMetaData().
Referenced by cloneSettings().
ilObjSession::validate | ( | ) |
validate
public
Definition at line 528 of file class.ilObjSession.php.
References $DIC, $ilErr, ilObject\cloneMetaData(), cloneSettings(), getFirstAppointment(), ilObject\getId(), ilObject\getRefId(), getRegistrationMaxUsers(), isRegistrationUserLimitEnabled(), ilDidacticTemplateObjSettings\lookupTemplateId(), and read().
|
protected |
Definition at line 52 of file class.ilObjSession.php.
Referenced by setAppointments().
|
protected |
Definition at line 25 of file class.ilObjSession.php.
|
protected |
Definition at line 31 of file class.ilObjSession.php.
Referenced by getDetails().
|
protected |
Definition at line 30 of file class.ilObjSession.php.
Referenced by getEmail().
|
protected |
Definition at line 33 of file class.ilObjSession.php.
Referenced by getEventId().
|
protected |
Definition at line 53 of file class.ilObjSession.php.
|
protected |
Definition at line 27 of file class.ilObjSession.php.
Referenced by getLocation().
|
protected |
Definition at line 50 of file class.ilObjSession.php.
Referenced by getMailToMembersType().
|
protected |
Definition at line 63 of file class.ilObjSession.php.
Referenced by getMembersObject().
|
protected |
Definition at line 28 of file class.ilObjSession.php.
Referenced by getName().
|
private |
Definition at line 66 of file class.ilObjSession.php.
Referenced by getRegistrationNotificationOption().
|
protected |
Definition at line 29 of file class.ilObjSession.php.
Referenced by getPhone().
|
protected |
Definition at line 36 of file class.ilObjSession.php.
Referenced by isRegistrationUserLimitEnabled().
|
protected |
Definition at line 38 of file class.ilObjSession.php.
Referenced by getRegistrationMaxUsers().
|
protected |
Definition at line 37 of file class.ilObjSession.php.
Referenced by getRegistrationMinUsers().
|
protected |
Definition at line 35 of file class.ilObjSession.php.
Referenced by getRegistrationType().
|
protected |
Definition at line 39 of file class.ilObjSession.php.
Referenced by isRegistrationWaitingListEnabled().
|
protected |
Definition at line 40 of file class.ilObjSession.php.
Referenced by hasWaitingListAutoFill().
|
protected |
Definition at line 32 of file class.ilObjSession.php.
|
private |
Definition at line 65 of file class.ilObjSession.php.
Referenced by isRegistrationNotificationEnabled().
|
protected |
Definition at line 58 of file class.ilObjSession.php.
|
protected |
Definition at line 45 of file class.ilObjSession.php.
Referenced by getShowMembers().
const ilObjSession::CAL_REG_START = 1 |
Definition at line 23 of file class.ilObjSession.php.
const ilObjSession::LOCAL_ROLE_PARTICIPANT_PREFIX = 'il_sess_participant' |
Definition at line 21 of file class.ilObjSession.php.
const ilObjSession::MAIL_ALLOWED_ADMIN = 2 |
Definition at line 19 of file class.ilObjSession.php.
Referenced by ilObjSessionGUI\initForm().
const ilObjSession::MAIL_ALLOWED_ALL = 1 |
Definition at line 18 of file class.ilObjSession.php.
Referenced by ilObjSessionGUI\initForm().