ILIAS
Release_4_0_x_branch Revision 61816
|
Class ilChatRecording. More...
Public Member Functions | |
__construct ($a_id=0) | |
Constructor public. | |
getErrorMessage () | |
setRoomId ($a_id) | |
getRoomId () | |
setObjId ($a_id) | |
getObjId () | |
setRecordId ($a_id) | |
getRecordId () | |
getStartTime () | |
getEndTime () | |
setModeratorId ($a_id) | |
getModeratorId () | |
setRecord ($a_data) | |
getRecord ($a_id=0) | |
setTitle ($a_title) | |
getTitle () | |
setDescription ($a_description) | |
getDescription () | |
startRecording ($a_title="") | |
stopRecording () | |
isRecording () | |
getRecordings () | |
getModerator ($a_id=0) | |
delete ($a_id=0) | |
exportMessages () |
Data Fields | |
$ilias | |
$lng | |
$error_msg | |
$obj_id = 0 | |
$moderator_id = 0 | |
$room_id = 0 | |
$record_id = 0 | |
$data = array() |
Class ilChatRecording.
Definition at line 32 of file class.ilChatRecording.php.
ilChatRecording::__construct | ( | $a_id = 0 | ) |
Constructor public.
integer | reference_id or object_id |
boolean | treat the id as reference_id (true) or object_id (false) |
Definition at line 52 of file class.ilChatRecording.php.
References $ilias, $lng, and setObjId().
ilChatRecording::delete | ( | $a_id = 0 | ) |
Definition at line 295 of file class.ilChatRecording.php.
References $data, $ilDB, $res, getRecordId(), ilDB\isDbError(), setRecord(), and setRecordId().
ilChatRecording::exportMessages | ( | ) |
Definition at line 324 of file class.ilChatRecording.php.
References $ilDB, $res, $row, DB_FETCHMODE_ASSOC, getRecordId(), and ilDB\isDbError().
ilChatRecording::getDescription | ( | ) |
Definition at line 173 of file class.ilChatRecording.php.
ilChatRecording::getEndTime | ( | ) |
Definition at line 108 of file class.ilChatRecording.php.
ilChatRecording::getErrorMessage | ( | ) |
Definition at line 68 of file class.ilChatRecording.php.
References $error_msg.
ilChatRecording::getModerator | ( | $a_id = 0 | ) |
Definition at line 285 of file class.ilChatRecording.php.
References ilObjUser\_lookupLogin(), and getModeratorId().
ilChatRecording::getModeratorId | ( | ) |
Definition at line 118 of file class.ilChatRecording.php.
References $moderator_id.
Referenced by getModerator(), and startRecording().
ilChatRecording::getObjId | ( | ) |
Definition at line 88 of file class.ilChatRecording.php.
References $obj_id.
Referenced by getRecordings(), isRecording(), startRecording(), and stopRecording().
ilChatRecording::getRecord | ( | $a_id = 0 | ) |
Definition at line 128 of file class.ilChatRecording.php.
References $data, $ilDB, $res, $row, DB_FETCHMODE_ASSOC, getRecordId(), ilDB\isDbError(), setRecord(), and setRecordId().
Referenced by isRecording(), and startRecording().
ilChatRecording::getRecordId | ( | ) |
Definition at line 98 of file class.ilChatRecording.php.
References $record_id.
Referenced by delete(), exportMessages(), getRecord(), and stopRecording().
ilChatRecording::getRecordings | ( | ) |
Definition at line 262 of file class.ilChatRecording.php.
References $ilDB, $res, $row, DB_FETCHMODE_ASSOC, getObjId(), and ilDB\isDbError().
ilChatRecording::getRoomId | ( | ) |
Definition at line 78 of file class.ilChatRecording.php.
References $room_id.
Referenced by isRecording(), startRecording(), and stopRecording().
ilChatRecording::getStartTime | ( | ) |
Definition at line 103 of file class.ilChatRecording.php.
ilChatRecording::getTitle | ( | ) |
Definition at line 163 of file class.ilChatRecording.php.
ilChatRecording::isRecording | ( | ) |
Definition at line 233 of file class.ilChatRecording.php.
References $ilDB, $res, DB_FETCHMODE_ASSOC, getObjId(), getRecord(), getRoomId(), ilDB\isDbError(), and setRecordId().
ilChatRecording::setDescription | ( | $a_description | ) |
Definition at line 168 of file class.ilChatRecording.php.
ilChatRecording::setModeratorId | ( | $a_id | ) |
Definition at line 113 of file class.ilChatRecording.php.
ilChatRecording::setObjId | ( | $a_id | ) |
Definition at line 83 of file class.ilChatRecording.php.
Referenced by __construct().
ilChatRecording::setRecord | ( | $a_data | ) |
Definition at line 123 of file class.ilChatRecording.php.
Referenced by delete(), getRecord(), and stopRecording().
ilChatRecording::setRecordId | ( | $a_id | ) |
Definition at line 93 of file class.ilChatRecording.php.
Referenced by delete(), getRecord(), isRecording(), startRecording(), and stopRecording().
ilChatRecording::setRoomId | ( | $a_id | ) |
Definition at line 73 of file class.ilChatRecording.php.
ilChatRecording::setTitle | ( | $a_title | ) |
Definition at line 157 of file class.ilChatRecording.php.
ilChatRecording::startRecording | ( | $a_title = "" | ) |
Definition at line 178 of file class.ilChatRecording.php.
References $ilDB, $res, DB_FETCHMODE_ASSOC, getModeratorId(), getObjId(), getRecord(), getRoomId(), ilDB\isDbError(), and setRecordId().
ilChatRecording::stopRecording | ( | ) |
Definition at line 212 of file class.ilChatRecording.php.
References $data, $ilDB, $res, getObjId(), getRecordId(), getRoomId(), ilDB\isDbError(), setRecord(), and setRecordId().
ilChatRecording::$data = array() |
Definition at line 44 of file class.ilChatRecording.php.
Referenced by delete(), getRecord(), and stopRecording().
ilChatRecording::$error_msg |
Definition at line 37 of file class.ilChatRecording.php.
Referenced by getErrorMessage().
ilChatRecording::$ilias |
Definition at line 34 of file class.ilChatRecording.php.
Referenced by __construct().
ilChatRecording::$lng |
Definition at line 35 of file class.ilChatRecording.php.
Referenced by __construct().
ilChatRecording::$moderator_id = 0 |
Definition at line 40 of file class.ilChatRecording.php.
Referenced by getModeratorId().
ilChatRecording::$obj_id = 0 |
Definition at line 39 of file class.ilChatRecording.php.
Referenced by getObjId().
ilChatRecording::$record_id = 0 |
Definition at line 42 of file class.ilChatRecording.php.
Referenced by getRecordId().
ilChatRecording::$room_id = 0 |
Definition at line 41 of file class.ilChatRecording.php.
Referenced by getRoomId().