| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Class ilChatRecord. More...
 Collaboration diagram for ilChatRecord:
 Collaboration diagram for ilChatRecord:| Public Member Functions | |
| __construct ($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="") | |
| starts a recording with a given title | |
| stopRecording () | |
| stops current recording | |
| 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::__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.ilChatRecord.php.
References $ilias, $lng, and setRefId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilChatRecord::getDescription | ( | ) | 
Definition at line 159 of file class.ilChatRecord.php.
| ilChatRecord::getErrorMessage | ( | ) | 
Definition at line 68 of file class.ilChatRecord.php.
References $error_msg.
| ilChatRecord::getModeratorId | ( | ) | 
Definition at line 108 of file class.ilChatRecord.php.
References $moderator_id.
Referenced by startRecording().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilChatRecord::getRecord | ( | $a_id = 0 | ) | 
Definition at line 118 of file class.ilChatRecord.php.
References $ilDB, $res, $row, DB_FETCHMODE_ASSOC, getRecordId(), ilDB\isDbError(), setRecord(), and setRecordId().
Referenced by isRecording(), and startRecording().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilChatRecord::getRecordId | ( | ) | 
Definition at line 98 of file class.ilChatRecord.php.
References $record_id.
Referenced by getRecord(), and stopRecording().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilChatRecord::getRefId | ( | ) | 
Definition at line 88 of file class.ilChatRecord.php.
References $ref_id.
Referenced by isRecording(), startRecording(), and stopRecording().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilChatRecord::getRoomId | ( | ) | 
Definition at line 78 of file class.ilChatRecord.php.
References $room_id.
Referenced by isRecording(), startRecording(), and stopRecording().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilChatRecord::getTitle | ( | ) | 
Definition at line 149 of file class.ilChatRecord.php.
| ilChatRecord::isRecording | ( | ) | 
Definition at line 222 of file class.ilChatRecord.php.
References $ilDB, $res, DB_FETCHMODE_ASSOC, getRecord(), getRefId(), getRoomId(), ilDB\isDbError(), and setRecordId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilChatRecord::setDescription | ( | $a_description | ) | 
Definition at line 154 of file class.ilChatRecord.php.
| ilChatRecord::setModeratorId | ( | $a_id | ) | 
Definition at line 103 of file class.ilChatRecord.php.
| ilChatRecord::setRecord | ( | $a_data | ) | 
Definition at line 113 of file class.ilChatRecord.php.
Referenced by getRecord(), and stopRecording().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilChatRecord::setRecordId | ( | $a_id | ) | 
Definition at line 93 of file class.ilChatRecord.php.
Referenced by getRecord(), isRecording(), startRecording(), and stopRecording().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilChatRecord::setRefId | ( | $a_id | ) | 
Definition at line 83 of file class.ilChatRecord.php.
Referenced by __construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilChatRecord::setRoomId | ( | $a_id | ) | 
Definition at line 73 of file class.ilChatRecord.php.
| ilChatRecord::setTitle | ( | $a_title | ) | 
Definition at line 144 of file class.ilChatRecord.php.
| ilChatRecord::startRecording | ( | $a_title = "" | ) | 
starts a recording with a given title
| string | title used for storage | 
Definition at line 168 of file class.ilChatRecord.php.
References $ilDB, $res, DB_FETCHMODE_ASSOC, getModeratorId(), getRecord(), getRefId(), getRoomId(), ilDB\isDbError(), and setRecordId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilChatRecord::stopRecording | ( | ) | 
stops current recording
Definition at line 201 of file class.ilChatRecord.php.
References $data, $ilDB, $res, getRecordId(), getRefId(), getRoomId(), ilDB\isDbError(), setRecord(), and setRecordId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilChatRecord::$data = array() | 
Definition at line 44 of file class.ilChatRecord.php.
Referenced by 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 __construct().
| ilChatRecord::$lng | 
Definition at line 35 of file class.ilChatRecord.php.
Referenced by __construct().
| 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().