ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
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) | |
![]() | |
__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 = '' |
![]() | |
ilLanguage | $lng = null |
Private Member Functions | |
isSameInstallation () | |
Additional Inherited Members | |
![]() | |
string | $xml_file |
bool | $throw_exception = false |
![]() | |
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\GlobalScreen\Provider\__construct(), ilChatroom\byObjectId(), null, and ilSaxParser\setXMLContent().
ilChatroomXMLParser::getImportInstallId | ( | ) |
Definition at line 53 of file class.ilChatroomXMLParser.php.
References $import_install_id.
Referenced by isSameInstallation().
ilChatroomXMLParser::handlerBeginTag | ( | XMLParser | $a_xml_parser, |
string | $a_name, | ||
array | $a_attribs | ||
) |
array<string,string> | $a_attribs |
Definition at line 72 of file class.ilChatroomXMLParser.php.
Referenced by setHandlers().
ilChatroomXMLParser::handlerCharacterData | ( | XMLParser | $a_xml_parser, |
string | $a_data | ||
) |
Definition at line 161 of file class.ilChatroomXMLParser.php.
Referenced by setHandlers().
ilChatroomXMLParser::handlerEndTag | ( | XMLParser | $a_xml_parser, |
string | $a_name | ||
) |
Definition at line 81 of file class.ilChatroomXMLParser.php.
References $cdata, $timestamp, ILIAS\Repository\int(), isSameInstallation(), and ilUtil\stripSlashes().
Referenced by setHandlers().
|
private |
Definition at line 58 of file class.ilChatroomXMLParser.php.
References getImportInstallId(), and IL_INST_ID.
Referenced by handlerEndTag().
ilChatroomXMLParser::setHandlers | ( | $a_xml_parser | ) |
Definition at line 63 of file class.ilChatroomXMLParser.php.
References handlerBeginTag(), handlerCharacterData(), and handlerEndTag().
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.