ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilObjSession Class Reference
+ Inheritance diagram for ilObjSession:
+ Collaboration diagram for ilObjSession:

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
 setRegistrationType ($a_type)
 getRegistrationType ()
 isRegistrationUserLimitEnabled ()
 enableRegistrationUserLimit ($a_limit)
 getRegistrationMaxUsers ()
 setRegistrationMaxUsers ($a_users)
 isRegistrationWaitingListEnabled ()
 enableRegistrationWaitingList ($a_stat)
 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 (ilObjSession $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
 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
 getDiskUsage ()
 Gets the disk usage of the object in bytes.
 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)
 _lookupOwner ($a_id)
 lookup object owner
 _lookupLastUpdate ($a_id, $a_as_string=false)
 lookup last update
 _getLastUpdateOfObjects ($a_objs)
 Get last update for a set of media objects.
 _setDeletedDate ($a_ref_id)
 only called in ilTree::saveSubTree
 _resetDeletedDate ($a_ref_id)
 only called in ilObjectGUI::insertSavedNodes
 _lookupDeletedDate ($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)
 _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
 _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
 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.
 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
 applyDidacticTemplate ($a_tpl_id)
 Apply template.
 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 ()
 cloneObject ($a_target_id, $a_copy_id=0, $a_omit_tree=false)
 Clone object permissions, put in tree ...
 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.
 _lookupCreationDate ($a_id)
 Lookup creation date.

Static Public Member Functions

static _lookupRegistrationEnabled ($a_obj_id)
 lookup registration enabled
static lookupSession ($a_obj_id)
 Get session data.
- Static Public Member Functions inherited from ilObject
static _lookupObjIdByImportId ($a_import_id)
static _getAllReferences ($a_id)
 get all reference ids of object
static _lookupTitle ($a_id)
 lookup object title
static _getIdsForTitle ($title, $type= '', $partialmatch=false)
static _lookupDescription ($a_id)
 lookup object description
static _lookupObjId ($a_id)
static setDeletedDates ($a_ref_ids)
 Set deleted date type $ilDB.
static _lookupType ($a_id, $a_reference=false)
 lookup object type
static _lookupObjectId ($a_ref_id)
 lookup object id
static _exists ($a_id, $a_reference=false, $a_type=null)
 checks if an object exists in object_data
static _getObjectsByType ($a_obj_type="", $a_owner="")
 Get objects by type.
static _prepareCloneSelection ($a_ref_ids, $new_type, $show_path=true)
 Prepare copy wizard object selection.
static _getIcon ($a_obj_id="", $a_size="big", $a_type="", $a_offline=false)
 Get icon for repository item.
static collectDeletionDependencies (&$deps, $a_ref_id, $a_obj_id, $a_type, $a_depth=0)
 Collect deletion dependencies.
static getDeletionDependencies ($a_obj_id)
 Get deletion dependencies.
static getLongDescriptions (array $a_obj_ids)
 Get long description data.
static getAllOwnedRepositoryObjects ($a_user_id)
 Get all ids of objects user owns.
static hasAutoRating ($a_type, $a_ref_id)
 Check if auto rating is active for parent group/course.

Data Fields

const CAL_REG_START = 1
- Data Fields inherited from ilObject
const TITLE_LENGTH = 255
 max length of object title
const DESC_LENGTH = 128
 $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
 $email
 $details
 $registration
 $event_id
 $reg_type = ilMembershipRegistrationSettings::TYPE_NONE
 $reg_limited = 0
 $reg_limited_users = 0
 $reg_waiting_list = 0
 $appointments
 $files = array()

Detailed Description

Definition at line 16 of file class.ilObjSession.php.

Constructor & Destructor Documentation

ilObjSession::__construct (   $a_id = 0,
  $a_call_by_reference = true 
)

Constructor public.

Parameters
integerreference_id or object_id
booleantreat the id as reference_id (true) or object_id (false)

Definition at line 47 of file class.ilObjSession.php.

References $ilDB.

{
global $ilDB;
$this->db = $ilDB;
$this->type = "sess";
parent::__construct($a_id,$a_call_by_reference);
}

Member Function Documentation

static ilObjSession::_lookupRegistrationEnabled (   $a_obj_id)
static

lookup registration enabled

public

Parameters
@return

Definition at line 64 of file class.ilObjSession.php.

References $ilDB, $query, $res, $row, DB_FETCHMODE_OBJECT, and ilMembershipRegistrationSettings\TYPE_NONE.

Referenced by ilLPStatusEvent\_getStatusInfo(), and ilLPStatusEvent\determineStatus().

{
global $ilDB;
$query = "SELECT reg_type FROM event ".
"WHERE obj_id = ".$ilDB->quote($a_obj_id ,'integer')." ";
$res = $ilDB->query($query);
while($row = $res->fetchRow(DB_FETCHMODE_OBJECT))
{
}
return false;
}

+ Here is the caller graph for this function:

ilObjSession::addAppointment (   $appointment)

add appointment

public

Parameters
objectilSessionAppointment
Returns

Definition at line 330 of file class.ilObjSession.php.

{
$this->appointments[] = $appointment;
}
ilObjSession::cloneDependencies (   $a_target_id,
  $a_copy_id 
)

Clone dependencies.

Parameters
inttarget id ref_id of new session
intcopy_id
Returns

Reimplemented from ilObject.

Definition at line 458 of file class.ilObjSession.php.

References ilObject\getId().

{
global $ilObjDataCache;
parent::cloneDependencies($a_target_id,$a_copy_id);
$target_obj_id = $ilObjDataCache->lookupObjId($a_target_id);
include_once('./Modules/Session/classes/class.ilEventItems.php');
$session_materials = new ilEventItems($target_obj_id);
$session_materials->cloneItems($this->getId(),$a_copy_id);
return true;
}

+ Here is the call graph for this function:

ilObjSession::cloneObject (   $a_target_id,
  $a_copy_id = 0 
)

Clone course (no member data)

public

Parameters
inttarget ref_id
intcopy id

Definition at line 390 of file class.ilObjSession.php.

References $file, $ilDB, $ilUser, cloneSettings(), getFirstAppointment(), ilObject\getId(), and read().

{
global $ilDB,$ilUser,$ilAppEventHandler;
$new_obj = parent::cloneObject($a_target_id,$a_copy_id);
$this->read();
// Copy settings
$this->cloneSettings($new_obj);
// Clone appointment
$new_app = $this->getFirstAppointment()->cloneObject($new_obj->getId());
$new_obj->setAppointments(array($new_app));
$new_obj->update();
// Clone session files
foreach($this->files as $file)
{
$file->cloneFiles($new_obj->getEventId());
}
// Raise update forn new appointments
// Copy learning progress settings
include_once('Services/Tracking/classes/class.ilLPObjSettings.php');
$obj_settings = new ilLPObjSettings($this->getId());
$obj_settings->cloneSettings($new_obj->getId());
unset($obj_settings);
return $new_obj;
}

+ Here is the call graph for this function:

ilObjSession::cloneSettings ( ilObjSession  $new_obj)

clone settings

public

Parameters
ilObjSession
Returns

Definition at line 432 of file class.ilObjSession.php.

References enableRegistrationUserLimit(), enableRegistrationWaitingList(), getDetails(), getEmail(), getLocation(), getName(), getPhone(), getRegistrationMaxUsers(), getRegistrationType(), isRegistrationUserLimitEnabled(), isRegistrationWaitingListEnabled(), setDetails(), setEmail(), setLocation(), setName(), setPhone(), setRegistrationMaxUsers(), setRegistrationType(), and update().

Referenced by cloneObject().

{
// @var
$new_obj->setLocation($this->getLocation());
$new_obj->setName($this->getName());
$new_obj->setPhone($this->getPhone());
$new_obj->setEmail($this->getEmail());
$new_obj->setDetails($this->getDetails());
$new_obj->update();
return true;
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjSession::create ( )

create new session

public

Reimplemented from ilObject.

Definition at line 480 of file class.ilObjSession.php.

References $ilDB, $query, $res, enabledRegistration(), getDetails(), getEmail(), ilObject\getId(), getLocation(), getName(), getPhone(), getRegistrationMaxUsers(), getRegistrationType(), isRegistrationUserLimitEnabled(), isRegistrationWaitingListEnabled(), and prepareCalendarAppointments().

{
global $ilDB;
global $ilAppEventHandler;
$next_id = $ilDB->nextId('event');
$query = "INSERT INTO event (event_id,obj_id,location,tutor_name,tutor_phone,tutor_email,details,registration, ".
'reg_type, reg_limit_users, reg_limited,reg_waiting_list) '.
"VALUES( ".
$ilDB->quote($next_id,'integer').", ".
$this->db->quote($this->getId() ,'integer').", ".
$this->db->quote($this->getLocation() ,'text').",".
$this->db->quote($this->getName() ,'text').", ".
$this->db->quote($this->getPhone() ,'text').", ".
$this->db->quote($this->getEmail() ,'text').", ".
$this->db->quote($this->getDetails() ,'text').",".
$this->db->quote($this->enabledRegistration() ,'integer').", ".
$this->db->quote($this->getRegistrationType(),'integer').', '.
$this->db->quote($this->getRegistrationMaxUsers(),'integer').', '.
$this->db->quote($this->isRegistrationUserLimitEnabled(),'integer').', '.
$this->db->quote($this->isRegistrationWaitingListEnabled(),'integer').' '.
")";
$res = $ilDB->manipulate($query);
$this->event_id = $next_id;
$ilAppEventHandler->raise('Modules/Session',
'create',
array('object' => $this,
'obj_id' => $this->getId(),
'appointments' => $this->prepareCalendarAppointments('create')));
return $this->getId();
}

+ Here is the call graph for this function:

ilObjSession::delete ( )

delete session and all related data

public

Returns
bool

Reimplemented from ilObject.

Definition at line 560 of file class.ilObjSession.php.

References $file, $ilDB, $query, $res, ilEventItems\_delete(), ilEventParticipants\_deleteByEvent(), ilSessionAppointment\_deleteBySession(), getFiles(), ilObject\getId(), and prepareCalendarAppointments().

{
global $ilDB;
global $ilAppEventHandler;
if(!parent::delete())
{
return false;
}
$query = "DELETE FROM event ".
"WHERE obj_id = ".$this->db->quote($this->getId() ,'integer')." ";
$res = $ilDB->manipulate($query);
include_once('./Modules/Session/classes/class.ilSessionAppointment.php');
include_once('./Modules/Session/classes/class.ilEventItems.php');
include_once('./Modules/Session/classes/class.ilEventParticipants.php');
foreach($this->getFiles() as $file)
{
$file->delete();
}
$ilAppEventHandler->raise('Modules/Session',
'delete',
array('object' => $this,
'obj_id' => $this->getId(),
'appointments' => $this->prepareCalendarAppointments('delete')));
return true;
}

+ Here is the call graph for this function:

ilObjSession::enabledRegistration ( )

is registration enabled

public

Returns

Definition at line 307 of file class.ilObjSession.php.

References ilMembershipRegistrationSettings\TYPE_NONE.

Referenced by create(), and update().

{
}

+ Here is the caller graph for this function:

ilObjSession::enableRegistrationUserLimit (   $a_limit)

Definition at line 274 of file class.ilObjSession.php.

Referenced by cloneSettings(), and read().

{
$this->reg_limited = $a_limit;
}

+ Here is the caller graph for this function:

ilObjSession::enableRegistrationWaitingList (   $a_stat)

Definition at line 294 of file class.ilObjSession.php.

Referenced by cloneSettings(), and read().

{
$this->reg_waiting_list = $a_stat;
}

+ Here is the caller graph for this function:

ilObjSession::getAppointments ( )

get appointments

public

Returns
array

Definition at line 318 of file class.ilObjSession.php.

{
return $this->appointments ? $this->appointments : array();
}
ilObjSession::getDetails ( )

get details

public

Returns
string details

Definition at line 254 of file class.ilObjSession.php.

References $details.

Referenced by cloneSettings(), create(), and update().

{
}

+ Here is the caller graph for this function:

ilObjSession::getEmail ( )

get email

public

Returns
string email

Definition at line 219 of file class.ilObjSession.php.

References $email.

Referenced by cloneSettings(), create(), hasTutorSettings(), and update().

{
return $this->email;
}

+ Here is the caller graph for this function:

ilObjSession::getEventId ( )

sget event id

public

Returns

Definition at line 130 of file class.ilObjSession.php.

References $event_id.

Referenced by initFiles().

{
}

+ Here is the caller graph for this function:

ilObjSession::getFiles ( )

get files

public

Parameters
@return

Definition at line 365 of file class.ilObjSession.php.

Referenced by delete().

{
return $this->files ? $this->files : array();
}

+ Here is the caller graph for this function:

ilObjSession::getFirstAppointment ( )

get first appointment

public

Returns
object ilSessionAppointment

Definition at line 353 of file class.ilObjSession.php.

Referenced by cloneObject(), getPresentationTitle(), and prepareCalendarAppointments().

{
return is_object($this->appointments[0]) ? $this->appointments[0] : ($this->appointments[0] = new ilSessionAppointment());
}

+ Here is the caller graph for this function:

ilObjSession::getLocation ( )

get location

public

Returns
string location

Definition at line 152 of file class.ilObjSession.php.

References $location.

Referenced by cloneSettings(), create(), and update().

{
}

+ Here is the caller graph for this function:

ilObjSession::getName ( )

get name

public

Returns
string name

Definition at line 174 of file class.ilObjSession.php.

References $name.

Referenced by cloneSettings(), create(), hasTutorSettings(), and update().

{
return $this->name;
}

+ Here is the caller graph for this function:

ilObjSession::getPhone ( )

get phone

public

Returns
string phone

Definition at line 196 of file class.ilObjSession.php.

References $phone.

Referenced by cloneSettings(), create(), hasTutorSettings(), and update().

{
return $this->phone;
}

+ Here is the caller graph for this function:

ilObjSession::getPresentationTitle ( )

get title (overwritten from base class)

public

Returns

Reimplemented from ilObject.

Definition at line 108 of file class.ilObjSession.php.

References ilDatePresentation\formatDate(), getFirstAppointment(), ilObject\getTitle(), and IL_CAL_UNIX.

{
$date = new ilDate($this->getFirstAppointment()->getStart()->getUnixTime(),IL_CAL_UNIX);
if($this->getTitle())
{
return ilDatePresentation::formatDate($this->getFirstAppointment()->getStart()).': '.$this->getTitle();
}
else
{
}
}

+ Here is the call graph for this function:

ilObjSession::getRegistrationMaxUsers ( )

Definition at line 279 of file class.ilObjSession.php.

References $reg_limited_users.

Referenced by cloneSettings(), create(), and update().

+ Here is the caller graph for this function:

ilObjSession::getRegistrationType ( )

Definition at line 264 of file class.ilObjSession.php.

References $reg_type.

Referenced by cloneSettings(), create(), and update().

{
}

+ Here is the caller graph for this function:

ilObjSession::hasTutorSettings ( )

check if there any tutor settings

public

Definition at line 229 of file class.ilObjSession.php.

References getEmail(), getName(), and getPhone().

{
return strlen($this->getName()) or
strlen($this->getEmail()) or
strlen($this->getPhone());
}

+ Here is the call graph for this function:

ilObjSession::initAppointments ( )
protected

init appointments

protected

Parameters
@return

Definition at line 637 of file class.ilObjSession.php.

References ilSessionAppointment\_readAppointmentsBySession(), and ilObject\getId().

Referenced by read().

{
// get assigned appointments
include_once('./Modules/Session/classes/class.ilSessionAppointment.php');
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjSession::initFiles ( )

init files

protected

Parameters
@return

Definition at line 651 of file class.ilObjSession.php.

References ilSessionFile\_readFilesByEvent(), and getEventId().

Referenced by read().

{
include_once('./Modules/Session/classes/class.ilSessionFile.php');
$this->files = ilSessionFile::_readFilesByEvent($this->getEventId());
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjSession::isRegistrationUserLimitEnabled ( )

Definition at line 269 of file class.ilObjSession.php.

References $reg_limited.

Referenced by cloneSettings(), create(), and update().

{
}

+ Here is the caller graph for this function:

ilObjSession::isRegistrationWaitingListEnabled ( )

Definition at line 289 of file class.ilObjSession.php.

References $reg_waiting_list.

Referenced by cloneSettings(), create(), and update().

+ Here is the caller graph for this function:

static ilObjSession::lookupSession (   $a_obj_id)
static

Get session data.

Parameters
object$a_obj_id
Returns

Definition at line 83 of file class.ilObjSession.php.

References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.

Referenced by ilObjSessionListGUI\getProperties().

{
global $ilDB;
$query = "SELECT * FROM event ".
"WHERE obj_id = ".$ilDB->quote($a_obj_id);
$res = $ilDB->query($query);
while($row = $res->fetchRow(DB_FETCHMODE_OBJECT))
{
$data['location'] = $row->location ? $row->location : '';
$data['details'] = $row->details ? $row->details : '';
$data['name'] = $row->tutor_name ? $row->tutor_name : '';
$data['email'] = $row->tutor_email ? $row->tutor_email : '';
$data['phone'] = $row->tutor_phone ? $row->tutor_phone : '';
}
return (array) $data;
}

+ Here is the caller graph for this function:

ilObjSession::prepareCalendarAppointments (   $a_mode = 'create')

Prepare calendar appointments.

public

Parameters
stringmode UPDATE|CREATE|DELETE
Returns

Definition at line 665 of file class.ilObjSession.php.

References getFirstAppointment(), ilObject\getLongDescription(), ilObject\getTitle(), and IL_CAL_TRANSLATION_NONE.

Referenced by create(), delete(), and update().

{
include_once('./Services/Calendar/classes/class.ilCalendarAppointmentTemplate.php');
switch($a_mode)
{
case 'create':
case 'update':
$app = new ilCalendarAppointmentTemplate(self::CAL_REG_START);
$app->setTranslationType(IL_CAL_TRANSLATION_NONE);
$app->setTitle($this->getTitle() ? $this->getTitle() : $this->lng->txt('obj_sess'));
$app->setDescription($this->getLongDescription());
$sess_app = $this->getFirstAppointment();
$app->setFullday($sess_app->isFullday());
$app->setStart($sess_app->getStart());
$app->setEnd($sess_app->getEnd());
$apps[] = $app;
return $apps;
case 'delete':
// Nothing to do: The category and all assigned appointments will be deleted.
return array();
}
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjSession::read ( )

read session data

public

Parameters
@return

Definition at line 604 of file class.ilObjSession.php.

References $query, $res, $row, DB_FETCHMODE_OBJECT, enableRegistrationUserLimit(), enableRegistrationWaitingList(), ilObject\getId(), initAppointments(), initFiles(), setDetails(), setEmail(), setLocation(), setName(), setPhone(), setRegistrationMaxUsers(), and setRegistrationType().

Referenced by cloneObject().

{
$query = "SELECT * FROM event WHERE ".
"obj_id = ".$this->db->quote($this->getId() ,'integer')." ";
$res = $this->db->query($query);
while($row = $res->fetchRow(DB_FETCHMODE_OBJECT))
{
$this->setLocation($row->location);
$this->setName($row->tutor_name);
$this->setPhone($row->tutor_phone);
$this->setEmail($row->tutor_email);
$this->setDetails($row->details);
$this->setRegistrationType($row->reg_type);
$this->enableRegistrationUserLimit($row->reg_limited);
$this->enableRegistrationWaitingList($row->reg_waiting_list);
$this->setRegistrationMaxUsers($row->reg_limit_users);
$this->event_id = $row->event_id;
}
$this->initAppointments();
$this->initFiles();
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjSession::setAppointments (   $appointments)

set appointments

public

Parameters
arrayilSessionAppointments
Returns

Definition at line 342 of file class.ilObjSession.php.

References $appointments.

{
$this->appointments = $appointments;
}
ilObjSession::setDetails (   $a_details)

set details

public

Parameters
stringdetails

Definition at line 243 of file class.ilObjSession.php.

Referenced by cloneSettings(), and read().

{
$this->details = $a_details;
}

+ Here is the caller graph for this function:

ilObjSession::setEmail (   $a_email)

set email

public

Parameters
stringemail
Returns

Definition at line 208 of file class.ilObjSession.php.

Referenced by cloneSettings(), and read().

{
$this->email = $a_email;
}

+ Here is the caller graph for this function:

ilObjSession::setLocation (   $a_location)

set location

public

Parameters
stringlocation

Definition at line 141 of file class.ilObjSession.php.

Referenced by cloneSettings(), and read().

{
$this->location = $a_location;
}

+ Here is the caller graph for this function:

ilObjSession::setName (   $a_name)

set name

public

Parameters
stringname

Definition at line 163 of file class.ilObjSession.php.

Referenced by cloneSettings(), and read().

{
$this->name = $a_name;
}

+ Here is the caller graph for this function:

ilObjSession::setPhone (   $a_phone)

set phone

public

Parameters
stringphone

Definition at line 185 of file class.ilObjSession.php.

Referenced by cloneSettings(), and read().

{
$this->phone = $a_phone;
}

+ Here is the caller graph for this function:

ilObjSession::setRegistrationMaxUsers (   $a_users)

Definition at line 284 of file class.ilObjSession.php.

Referenced by cloneSettings(), and read().

{
$this->reg_limited_users = $a_users;
}

+ Here is the caller graph for this function:

ilObjSession::setRegistrationType (   $a_type)

Definition at line 259 of file class.ilObjSession.php.

Referenced by cloneSettings(), and read().

{
$this->reg_type = $a_type;
}

+ Here is the caller graph for this function:

ilObjSession::update ( )

update object

public

Parameters
@returnbool success

Reimplemented from ilObject.

Definition at line 523 of file class.ilObjSession.php.

References $ilDB, $query, $res, enabledRegistration(), getDetails(), getEmail(), ilObject\getId(), getLocation(), getName(), getPhone(), getRegistrationMaxUsers(), getRegistrationType(), isRegistrationUserLimitEnabled(), isRegistrationWaitingListEnabled(), and prepareCalendarAppointments().

Referenced by cloneSettings().

{
global $ilDB;
global $ilAppEventHandler;
if(!parent::update())
{
return false;
}
$query = "UPDATE event SET ".
"location = ".$this->db->quote($this->getLocation() ,'text').",".
"tutor_name = ".$this->db->quote($this->getName() ,'text').", ".
"tutor_phone = ".$this->db->quote($this->getPhone() ,'text').", ".
"tutor_email = ".$this->db->quote($this->getEmail() ,'text').", ".
"details = ".$this->db->quote($this->getDetails() ,'text').", ".
"registration = ".$this->db->quote($this->enabledRegistration() ,'integer').", ".
"reg_type = ".$this->db->quote($this->getRegistrationType() ,'integer').", ".
"reg_limited = ".$this->db->quote($this->isRegistrationUserLimitEnabled() ,'integer').", ".
"reg_limit_users = ".$this->db->quote($this->getRegistrationMaxUsers() ,'integer').", ".
"reg_waiting_list = ".$this->db->quote($this->isRegistrationWaitingListEnabled(),'integer')." ".
"WHERE obj_id = ".$this->db->quote($this->getId() ,'integer')." ";
$res = $ilDB->manipulate($query);
$ilAppEventHandler->raise('Modules/Session',
'update',
array('object' => $this,
'obj_id' => $this->getId(),
'appointments' => $this->prepareCalendarAppointments('update')));
return true;
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjSession::validate ( )

validate

public

Parameters
@returnbool

Definition at line 377 of file class.ilObjSession.php.

{
return true;
}

Field Documentation

ilObjSession::$appointments
protected

Definition at line 36 of file class.ilObjSession.php.

Referenced by setAppointments().

ilObjSession::$db
protected

Definition at line 20 of file class.ilObjSession.php.

ilObjSession::$details
protected

Definition at line 26 of file class.ilObjSession.php.

Referenced by getDetails().

ilObjSession::$email
protected

Definition at line 25 of file class.ilObjSession.php.

Referenced by getEmail().

ilObjSession::$event_id
protected

Definition at line 28 of file class.ilObjSession.php.

Referenced by getEventId().

ilObjSession::$files = array()
protected

Definition at line 37 of file class.ilObjSession.php.

ilObjSession::$location
protected

Definition at line 22 of file class.ilObjSession.php.

Referenced by getLocation().

ilObjSession::$name
protected

Definition at line 23 of file class.ilObjSession.php.

Referenced by getName().

ilObjSession::$phone
protected

Definition at line 24 of file class.ilObjSession.php.

Referenced by getPhone().

ilObjSession::$reg_limited = 0
protected

Definition at line 31 of file class.ilObjSession.php.

Referenced by isRegistrationUserLimitEnabled().

ilObjSession::$reg_limited_users = 0
protected

Definition at line 32 of file class.ilObjSession.php.

Referenced by getRegistrationMaxUsers().

ilObjSession::$reg_type = ilMembershipRegistrationSettings::TYPE_NONE
protected

Definition at line 30 of file class.ilObjSession.php.

Referenced by getRegistrationType().

ilObjSession::$reg_waiting_list = 0
protected

Definition at line 33 of file class.ilObjSession.php.

Referenced by isRegistrationWaitingListEnabled().

ilObjSession::$registration
protected

Definition at line 27 of file class.ilObjSession.php.

const ilObjSession::CAL_REG_START = 1

Definition at line 18 of file class.ilObjSession.php.


The documentation for this class was generated from the following file: