ILIAS
Release_3_10_x_branch Revision 61812
|
Public Member Functions | |
__construct ($a_id=0, $a_call_by_reference=true) | |
Constructor public. | |
getPresentationTitle () | |
get title (overwritten from base class) | |
getEventId () | |
sget event id | |
setLocation ($a_location) | |
set location | |
getLocation () | |
get location | |
setName ($a_name) | |
set name | |
getName () | |
get name | |
setPhone ($a_phone) | |
set phone | |
getPhone () | |
get phone | |
setEmail ($a_email) | |
set email | |
getEmail () | |
get email | |
hasTutorSettings () | |
check if there any tutor settings | |
setDetails ($a_details) | |
set details | |
getDetails () | |
get details | |
enableRegistration ($a_registration) | |
enable registration | |
enabledRegistration () | |
is registration enabled | |
getAppointments () | |
get appointments | |
addAppointment ($appointment) | |
add appointment | |
setAppointments ($appointments) | |
set appointments | |
getFirstAppointment () | |
get first appointment | |
getFiles () | |
get files | |
validate () | |
validate | |
cloneObject ($a_target_id, $a_copy_id=0) | |
Clone course (no member data) | |
cloneSettings ($new_obj) | |
clone settings | |
cloneDependencies ($a_target_id, $a_copy_id) | |
Clone dependencies. | |
create () | |
create new session | |
update () | |
update object | |
delete () | |
delete session and all related data | |
read () | |
read session data | |
initFiles () | |
init files | |
prepareCalendarAppointments ($a_mode= 'create') | |
Prepare calendar appointments. | |
Public Member Functions inherited from ilObject | |
ilObject ($a_id=0, $a_reference=true) | |
Constructor public. | |
withReferences () | |
determines wehter objects are referenced or not (got ref ids or not) | |
read ($a_force_db=false) | |
read object data from db into object | |
getId () | |
get object id public | |
setId ($a_id) | |
set object id public | |
setRefId ($a_id) | |
set reference id public | |
getRefId () | |
get reference id public | |
getType () | |
get object type public | |
setType ($a_type) | |
set object type public | |
getTitle () | |
get object title public | |
getUntranslatedTitle () | |
get untranslated object title public | |
setTitle ($a_title) | |
set object title | |
getDescription () | |
get object description | |
setDescription ($a_desc) | |
set object description | |
getLongDescription () | |
get object long description (stored in object_description) | |
getImportId () | |
get import id | |
setImportId ($a_import_id) | |
set import id | |
_lookupObjIdByImportId ($a_import_id) | |
getOwner () | |
get object owner | |
getOwnerName () | |
_lookupOwnerName ($a_owner_id) | |
lookup owner name for owner id | |
setOwner ($a_owner) | |
set object owner | |
getCreateDate () | |
get create date public | |
getLastUpdateDate () | |
get last update date public | |
setObjDataRecord ($a_record) | |
set object_data record (note: this method should only be called from the ilObjectFactory class) | |
MDUpdateListener ($a_element) | |
Meta data update listener. | |
createMetaData () | |
create meta data entry | |
updateMetaData () | |
update meta data entry | |
deleteMetaData () | |
delete meta data entry | |
updateOwner () | |
update owner of object in db | |
_getIdForImportId ($a_import_id) | |
get current object id for import id (static) | |
_getAllReferences ($a_id) | |
get all reference ids of object | |
_lookupTitle ($a_id) | |
lookup object title | |
_lookupDescription ($a_id) | |
lookup object description | |
_lookupLastUpdate ($a_id, $a_as_string=false) | |
lookup last update | |
_getLastUpdateOfObjects ($a_objs) | |
Get last update for a set of media objects. | |
_lookupObjId ($a_id) | |
_setDeletedDate ($a_ref_id) | |
only called in ilTree::saveSubTree | |
_resetDeletedDate ($a_ref_id) | |
only called in ilObjectGUI::insertSavedNodes | |
_writeTitle ($a_obj_id, $a_title) | |
write title to db (static) | |
_writeDescription ($a_obj_id, $a_desc) | |
write description to db (static) | |
_writeImportId ($a_obj_id, $a_import_id) | |
write import id to db (static) | |
_lookupType ($a_id, $a_reference=false) | |
lookup object type | |
_isInTrash ($a_ref_id) | |
checks wether object is in trash | |
_hasUntrashedReference ($a_obj_id) | |
checks wether an object has at least one reference that is not in trash | |
_lookupObjectId ($a_ref_id) | |
lookup object id | |
_getObjectsDataForType ($a_type, $a_omit_trash=false) | |
get all objects of a certain type | |
putInTree ($a_parent_ref) | |
maybe this method should be in tree object!? | |
setPermissions ($a_parent_ref) | |
set permissions of object | |
createReference () | |
creates reference for object | |
countReferences () | |
count references of object | |
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 | |
createRoleFolder () | |
creates a local role folder | |
notify ($a_event, $a_ref_id, $a_parent_non_rbac_id, $a_node_id, $a_params=0) | |
notifys an object about an event occured Based on the event passed, each object may decide how it reacts. | |
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. | |
cloneMetaData ($target_obj) | |
Copy meta data. |
Static Public Member Functions | |
static | _lookupRegistrationEnabled ($a_obj_id) |
lookup registration enabled | |
Static Public Member Functions inherited from ilObject | |
static | _getIdsForTitle ($title, $type= '') |
_exists ($a_id, $a_reference=false) | |
checks if an object exists in object_data | |
static | _getObjectsByType ($a_obj_type="") |
Get objects by type. | |
static | _prepareCloneSelection ($a_ref_ids, $new_type) |
Prepare copy wizard object selection. | |
static | _getIcon ($a_obj_id="", $a_size="big", $a_type="", $a_offline=false) |
Data Fields | |
const | CAL_REG_START = 1 |
Data Fields inherited from ilObject | |
$ilias | |
$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 | |
$obj_data_record | |
object_data record |
Protected Member Functions | |
initAppointments () | |
init appointments |
Protected Attributes | |
$db | |
$location | |
$name | |
$phone | |
$details | |
$registration | |
$event_id | |
$appointments | |
$files = array() |
Definition at line 35 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 59 of file class.ilObjSession.php.
|
static |
lookup registration enabled
public
@return |
Definition at line 77 of file class.ilObjSession.php.
References $res, and DB_FETCHMODE_OBJECT.
Referenced by ilLPStatusEvent\_getStatusInfo().
ilObjSession::addAppointment | ( | $appointment | ) |
add appointment
public
object | ilSessionAppointment |
Definition at line 291 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 |
Reimplemented from ilObject.
Definition at line 420 of file class.ilObjSession.php.
References ilObject\getId().
ilObjSession::cloneObject | ( | $a_target_id, | |
$a_copy_id = 0 |
|||
) |
Clone course (no member data)
public
int | target ref_id |
int | copy id |
Reimplemented from ilObject.
Definition at line 358 of file class.ilObjSession.php.
References $file, cloneSettings(), getFirstAppointment(), ilObject\getId(), and read().
ilObjSession::cloneSettings | ( | $new_obj | ) |
clone settings
public
@return |
Definition at line 400 of file class.ilObjSession.php.
References enabledRegistration(), getDetails(), getEmail(), getLocation(), getName(), and getPhone().
Referenced by cloneObject().
ilObjSession::create | ( | ) |
create new session
public
Reimplemented from ilObject.
Definition at line 442 of file class.ilObjSession.php.
References enabledRegistration(), getDetails(), getEmail(), ilObject\getId(), getLocation(), getName(), getPhone(), and prepareCalendarAppointments().
ilObjSession::delete | ( | ) |
delete session and all related data
public
Reimplemented from ilObject.
Definition at line 510 of file class.ilObjSession.php.
References $file, ilEventItems\_delete(), ilEventParticipants\_deleteByEvent(), ilSessionAppointment\_deleteBySession(), getFiles(), ilObject\getId(), and prepareCalendarAppointments().
ilObjSession::enabledRegistration | ( | ) |
is registration enabled
public
Definition at line 268 of file class.ilObjSession.php.
References $registration.
Referenced by cloneSettings(), create(), and update().
ilObjSession::enableRegistration | ( | $a_registration | ) |
enable registration
public
@return |
Definition at line 257 of file class.ilObjSession.php.
Referenced by read().
ilObjSession::getAppointments | ( | ) |
get appointments
public
Definition at line 279 of file class.ilObjSession.php.
ilObjSession::getDetails | ( | ) |
get details
public
Definition at line 245 of file class.ilObjSession.php.
References $details.
Referenced by cloneSettings(), create(), and update().
ilObjSession::getEmail | ( | ) |
get email
public
Definition at line 210 of file class.ilObjSession.php.
References $email.
Referenced by cloneSettings(), create(), hasTutorSettings(), and update().
ilObjSession::getEventId | ( | ) |
sget event id
public
Definition at line 121 of file class.ilObjSession.php.
References $event_id.
Referenced by initFiles().
ilObjSession::getFiles | ( | ) |
get files
public
@return |
Definition at line 326 of file class.ilObjSession.php.
Referenced by delete().
ilObjSession::getFirstAppointment | ( | ) |
get first appointment
public
Definition at line 314 of file class.ilObjSession.php.
Referenced by cloneObject(), getPresentationTitle(), and prepareCalendarAppointments().
ilObjSession::getLocation | ( | ) |
get location
public
Definition at line 143 of file class.ilObjSession.php.
References $location.
Referenced by cloneSettings(), create(), and update().
ilObjSession::getName | ( | ) |
get name
public
Definition at line 165 of file class.ilObjSession.php.
References $name.
Referenced by cloneSettings(), create(), hasTutorSettings(), and update().
ilObjSession::getPhone | ( | ) |
get phone
public
Definition at line 187 of file class.ilObjSession.php.
References $phone.
Referenced by cloneSettings(), create(), hasTutorSettings(), and update().
ilObjSession::getPresentationTitle | ( | ) |
get title (overwritten from base class)
public
Reimplemented from ilObject.
Definition at line 99 of file class.ilObjSession.php.
References ilDatePresentation\formatDate(), getFirstAppointment(), ilObject\getTitle(), and IL_CAL_UNIX.
ilObjSession::hasTutorSettings | ( | ) |
check if there any tutor settings
public
Definition at line 220 of file class.ilObjSession.php.
References getEmail(), getName(), and getPhone().
|
protected |
init appointments
protected
@return |
Definition at line 583 of file class.ilObjSession.php.
References ilSessionAppointment\_readAppointmentsBySession(), and ilObject\getId().
Referenced by read().
ilObjSession::initFiles | ( | ) |
init files
protected
@return |
Definition at line 597 of file class.ilObjSession.php.
References ilSessionFile\_readFilesByEvent(), and getEventId().
Referenced by read().
ilObjSession::prepareCalendarAppointments | ( | $a_mode = 'create' | ) |
Prepare calendar appointments.
public
string | mode UPDATE|CREATE|DELETE |
Definition at line 611 of file class.ilObjSession.php.
References getFirstAppointment(), ilObject\getLongDescription(), ilObject\getTitle(), and IL_CAL_TRANSLATION_NONE.
Referenced by create(), delete(), and update().
ilObjSession::read | ( | ) |
read session data
public
@return |
Definition at line 553 of file class.ilObjSession.php.
References $res, DB_FETCHMODE_OBJECT, enableRegistration(), ilObject\getId(), initAppointments(), initFiles(), setDetails(), setEmail(), setLocation(), setName(), and setPhone().
Referenced by cloneObject().
ilObjSession::setAppointments | ( | $appointments | ) |
set appointments
public
array | ilSessionAppointments |
Definition at line 303 of file class.ilObjSession.php.
References $appointments.
ilObjSession::setDetails | ( | $a_details | ) |
set details
public
string | details |
Definition at line 234 of file class.ilObjSession.php.
Referenced by read().
ilObjSession::setEmail | ( | $a_email | ) |
set email
public
string |
Definition at line 199 of file class.ilObjSession.php.
Referenced by read().
ilObjSession::setLocation | ( | $a_location | ) |
set location
public
string | location |
Definition at line 132 of file class.ilObjSession.php.
Referenced by read().
ilObjSession::setName | ( | $a_name | ) |
set name
public
string | name |
Definition at line 154 of file class.ilObjSession.php.
Referenced by read().
ilObjSession::setPhone | ( | $a_phone | ) |
set phone
public
string | phone |
Definition at line 176 of file class.ilObjSession.php.
Referenced by read().
ilObjSession::update | ( | ) |
update object
public
@return | bool success |
Reimplemented from ilObject.
Definition at line 476 of file class.ilObjSession.php.
References enabledRegistration(), getDetails(), getEmail(), ilObject\getId(), getLocation(), getName(), getPhone(), and prepareCalendarAppointments().
ilObjSession::validate | ( | ) |
validate
public
@return | bool |
Definition at line 338 of file class.ilObjSession.php.
References $ilErr, and ilObject\getTitle().
|
protected |
Definition at line 49 of file class.ilObjSession.php.
Referenced by setAppointments().
|
protected |
Definition at line 39 of file class.ilObjSession.php.
|
protected |
Definition at line 45 of file class.ilObjSession.php.
Referenced by getDetails().
|
protected |
Definition at line 44 of file class.ilObjSession.php.
Referenced by getEmail().
|
protected |
Definition at line 47 of file class.ilObjSession.php.
Referenced by getEventId().
|
protected |
Definition at line 50 of file class.ilObjSession.php.
|
protected |
Definition at line 41 of file class.ilObjSession.php.
Referenced by getLocation().
|
protected |
Definition at line 42 of file class.ilObjSession.php.
Referenced by getName().
|
protected |
Definition at line 43 of file class.ilObjSession.php.
Referenced by getPhone().
|
protected |
Definition at line 46 of file class.ilObjSession.php.
Referenced by enabledRegistration().
const ilObjSession::CAL_REG_START = 1 |
Definition at line 37 of file class.ilObjSession.php.