|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ilChatroomXMLParser:
Collaboration diagram for ilChatroomXMLParser:Public Member Functions | |
| __construct (protected ilObjChatroom $chat, string $a_xml_data) | |
| setImportInstallId (?string $id) | |
| getImportInstallId () | |
| setHandlers ($a_xml_parser) | |
| handlerBeginTag (XMLParser $a_xml_parser, string $a_name, array $a_attribs) | |
| handlerEndTag (XMLParser $a_xml_parser, string $a_name) | |
| handlerCharacterData (XMLParser $a_xml_parser, string $a_data) | |
Public Member Functions inherited from ilSaxParser | |
| __construct (?string $path_to_file='', ?bool $throw_exception=false) | |
| setXMLContent (string $a_xml_content) | |
| getXMLContent () | |
| getInputType () | |
| startParsing () | |
| stores xml data in array More... | |
| createParser () | |
| setHandlers ($a_xml_parser) | |
| parse ($a_xml_parser, $a_fp=null) | |
Protected Attributes | |
| ilChatroom | $room |
| string | $cdata = '' |
| bool | $in_messages = false |
| string | $import_install_id = null |
| int | $exportRoomId = 0 |
| int | $timestamp = 0 |
| string | $message = '' |
| string | $title = '' |
Protected Attributes inherited from ilSaxParser | |
| ilLanguage | $lng = null |
Private Member Functions | |
| isSameInstallation () | |
Additional Inherited Members | |
Data Fields inherited from ilSaxParser | |
| string | $xml_file |
| bool | $throw_exception = false |
Protected Member Functions inherited from ilSaxParser | |
| openXMLFile () | |
| handleError (string $message) | |
| setThrowException (bool $throw_exception) | |
Definition at line 21 of file class.ilChatroomXMLParser.php.
| ilChatroomXMLParser::__construct | ( | protected ilObjChatroom | $chat, |
| string | $a_xml_data | ||
| ) |
Definition at line 32 of file class.ilChatroomXMLParser.php.
References $room, ILIAS\MetaData\Repository\Validation\Data\__construct(), ilChatroom\byObjectId(), and ilSaxParser\setXMLContent().
Here is the call graph for this function:| ilChatroomXMLParser::getImportInstallId | ( | ) |
Definition at line 53 of file class.ilChatroomXMLParser.php.
References $import_install_id.
Referenced by isSameInstallation().
Here is the caller graph for this function:| ilChatroomXMLParser::handlerBeginTag | ( | XMLParser | $a_xml_parser, |
| string | $a_name, | ||
| array | $a_attribs | ||
| ) |
| array<string,string> | $a_attribs |
Definition at line 73 of file class.ilChatroomXMLParser.php.
Referenced by setHandlers().
Here is the caller graph for this function:| ilChatroomXMLParser::handlerCharacterData | ( | XMLParser | $a_xml_parser, |
| string | $a_data | ||
| ) |
Definition at line 162 of file class.ilChatroomXMLParser.php.
Referenced by setHandlers().
Here is the caller graph for this function:| ilChatroomXMLParser::handlerEndTag | ( | XMLParser | $a_xml_parser, |
| string | $a_name | ||
| ) |
Definition at line 82 of file class.ilChatroomXMLParser.php.
References $cdata, $timestamp, ILIAS\Repository\int(), isSameInstallation(), and ilUtil\stripSlashes().
Referenced by setHandlers().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 58 of file class.ilChatroomXMLParser.php.
References getImportInstallId(), and IL_INST_ID.
Referenced by handlerEndTag().
Here is the call graph for this function:
Here is the caller graph for this function:| ilChatroomXMLParser::setHandlers | ( | $a_xml_parser | ) |
Definition at line 63 of file class.ilChatroomXMLParser.php.
References handlerBeginTag(), handlerCharacterData(), and handlerEndTag().
Here is the call graph for this function:| ilChatroomXMLParser::setImportInstallId | ( | ?string | $id | ) |
Definition at line 48 of file class.ilChatroomXMLParser.php.
References $id.
|
protected |
Definition at line 24 of file class.ilChatroomXMLParser.php.
Referenced by handlerEndTag().
|
protected |
Definition at line 27 of file class.ilChatroomXMLParser.php.
|
protected |
Definition at line 26 of file class.ilChatroomXMLParser.php.
Referenced by getImportInstallId().
|
protected |
Definition at line 25 of file class.ilChatroomXMLParser.php.
|
protected |
Definition at line 29 of file class.ilChatroomXMLParser.php.
|
protected |
Definition at line 23 of file class.ilChatroomXMLParser.php.
Referenced by __construct().
|
protected |
Definition at line 28 of file class.ilChatroomXMLParser.php.
Referenced by handlerEndTag().
|
protected |
Definition at line 30 of file class.ilChatroomXMLParser.php.