ILIAS
Release_3_10_x_branch Revision 61812
|
Class ilChatRecord. More...
Public Member Functions | |
ilChatRecord ($a_id=0) | |
Constructor public. | |
getErrorMessage () | |
setRoomId ($a_id) | |
getRoomId () | |
setRefId ($a_id) | |
getRefId () | |
setRecordId ($a_id) | |
getRecordId () | |
setModeratorId ($a_id) | |
getModeratorId () | |
setRecord ($a_data) | |
getRecord ($a_id=0) | |
setTitle ($a_title) | |
getTitle () | |
setDescription ($a_description) | |
getDescription () | |
startRecording ($a_title="") | |
stopRecording () | |
isRecording () |
Data Fields | |
$ilias | |
$lng | |
$error_msg | |
$ref_id = 0 | |
$moderator_id = 0 | |
$room_id = 0 | |
$record_id = 0 | |
$data = array() |
Class ilChatRecord.
Definition at line 32 of file class.ilChatRecord.php.
ilChatRecord::getDescription | ( | ) |
Definition at line 148 of file class.ilChatRecord.php.
ilChatRecord::getErrorMessage | ( | ) |
Definition at line 68 of file class.ilChatRecord.php.
References $error_msg.
ilChatRecord::getModeratorId | ( | ) |
Definition at line 104 of file class.ilChatRecord.php.
References $moderator_id.
Referenced by startRecording().
ilChatRecord::getRecord | ( | $a_id = 0 | ) |
Definition at line 113 of file class.ilChatRecord.php.
References $data, $res, DB_FETCHMODE_ASSOC, getRecordId(), ilDBx\isDbError(), setRecord(), and setRecordId().
Referenced by isRecording(), and startRecording().
ilChatRecord::getRecordId | ( | ) |
Definition at line 95 of file class.ilChatRecord.php.
References $record_id.
Referenced by getRecord().
ilChatRecord::getRefId | ( | ) |
Definition at line 86 of file class.ilChatRecord.php.
References $ref_id.
Referenced by isRecording(), startRecording(), and stopRecording().
ilChatRecord::getRoomId | ( | ) |
Definition at line 77 of file class.ilChatRecord.php.
References $room_id.
Referenced by isRecording(), startRecording(), and stopRecording().
ilChatRecord::getTitle | ( | ) |
Definition at line 139 of file class.ilChatRecord.php.
ilChatRecord::ilChatRecord | ( | $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.ilChatRecord.php.
References $ilias, $lng, and setRefId().
ilChatRecord::isRecording | ( | ) |
Definition at line 196 of file class.ilChatRecord.php.
References $res, DB_FETCHMODE_ASSOC, getRecord(), getRefId(), getRoomId(), ilDBx\isDbError(), and setRecordId().
ilChatRecord::setDescription | ( | $a_description | ) |
Definition at line 144 of file class.ilChatRecord.php.
ilChatRecord::setModeratorId | ( | $a_id | ) |
Definition at line 100 of file class.ilChatRecord.php.
ilChatRecord::setRecord | ( | $a_data | ) |
Definition at line 109 of file class.ilChatRecord.php.
Referenced by getRecord(), and stopRecording().
ilChatRecord::setRecordId | ( | $a_id | ) |
Definition at line 91 of file class.ilChatRecord.php.
Referenced by getRecord(), isRecording(), startRecording(), and stopRecording().
ilChatRecord::setRefId | ( | $a_id | ) |
Definition at line 82 of file class.ilChatRecord.php.
Referenced by ilChatRecord().
ilChatRecord::setRoomId | ( | $a_id | ) |
Definition at line 73 of file class.ilChatRecord.php.
ilChatRecord::setTitle | ( | $a_title | ) |
Definition at line 135 of file class.ilChatRecord.php.
ilChatRecord::startRecording | ( | $a_title = "" | ) |
Definition at line 153 of file class.ilChatRecord.php.
References $res, getModeratorId(), getRecord(), getRefId(), getRoomId(), ilDBx\isDbError(), and setRecordId().
ilChatRecord::stopRecording | ( | ) |
Definition at line 179 of file class.ilChatRecord.php.
References $data, $res, getRefId(), getRoomId(), ilDBx\isDbError(), setRecord(), and setRecordId().
ilChatRecord::$data = array() |
Definition at line 44 of file class.ilChatRecord.php.
Referenced by getRecord(), and stopRecording().
ilChatRecord::$error_msg |
Definition at line 37 of file class.ilChatRecord.php.
Referenced by getErrorMessage().
ilChatRecord::$ilias |
Definition at line 34 of file class.ilChatRecord.php.
Referenced by ilChatRecord().
ilChatRecord::$lng |
Definition at line 35 of file class.ilChatRecord.php.
Referenced by ilChatRecord().
ilChatRecord::$moderator_id = 0 |
Definition at line 40 of file class.ilChatRecord.php.
Referenced by getModeratorId().
ilChatRecord::$record_id = 0 |
Definition at line 42 of file class.ilChatRecord.php.
Referenced by getRecordId().
ilChatRecord::$ref_id = 0 |
Definition at line 39 of file class.ilChatRecord.php.
Referenced by getRefId().
ilChatRecord::$room_id = 0 |
Definition at line 41 of file class.ilChatRecord.php.
Referenced by getRoomId().