|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilSoapMailXmlParser:
Collaboration diagram for ilSoapMailXmlParser:Public Member Functions | |
| __construct (string $a_xml) | |
| getMails () | |
| start () | |
| setHandlers ($a_xml_parser) | |
| Set event handlers. More... | |
| handlerBeginTag ($a_xml_parser, string $a_name, array $a_attribs) | |
| handler for begin of element More... | |
| handlerEndTag ($a_xml_parser, string $a_name) | |
| Handler for end of element. More... | |
| handlerCharacterData ($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 Member Functions | |
| parseName (array $a_attribs) | |
Protected Member Functions inherited from ilSaxParser | |
| openXMLFile () | |
| handleError (string $message) | |
| setThrowException (bool $throw_exception) | |
Protected Attributes | |
| array | $mails = [] |
| array | $mail = [] |
| array | $attachment = [] |
| array | $lines = [] |
| string | $cdata = '' |
Protected Attributes inherited from ilSaxParser | |
| ilLanguage | $lng = null |
Additional Inherited Members | |
Data Fields inherited from ilSaxParser | |
| string | $xml_file |
| bool | $throw_exception = false |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning XML parser for soap mails
Definition at line 24 of file class.ilSoapMailXmlParser.php.
| ilSoapMailXmlParser::__construct | ( | string | $a_xml | ) |
Definition at line 32 of file class.ilSoapMailXmlParser.php.
References ILIAS\GlobalScreen\Provider\__construct(), ilSaxParser\setThrowException(), and ilSaxParser\setXMLContent().
Here is the call graph for this function:| ilSoapMailXmlParser::getMails | ( | ) |
Definition at line 39 of file class.ilSoapMailXmlParser.php.
References $mails.
| ilSoapMailXmlParser::handlerBeginTag | ( | $a_xml_parser, | |
| string | $a_name, | ||
| array | $a_attribs | ||
| ) |
handler for begin of element
| XMLParser | resource | $a_xml_parser | xml parser |
| string | $a_name | element name |
| array | $a_attribs | element attributes array |
Definition at line 66 of file class.ilSoapMailXmlParser.php.
References ILIAS\UI\examples\Symbol\Glyph\Attachment\attachment(), and parseName().
Referenced by setHandlers().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSoapMailXmlParser::handlerCharacterData | ( | $a_xml_parser, | |
| string | $a_data | ||
| ) |
| XMLParser | resource | $a_xml_parser | |
| string | $a_data |
Definition at line 139 of file class.ilSoapMailXmlParser.php.
Referenced by setHandlers().
Here is the caller graph for this function:| ilSoapMailXmlParser::handlerEndTag | ( | $a_xml_parser, | |
| string | $a_name | ||
| ) |
Handler for end of element.
| XMLParser | resource | $a_xml_parser | xml parser |
| string | $a_name | element name |
Definition at line 106 of file class.ilSoapMailXmlParser.php.
References $attachment, $cdata, $lines, $mail, and ILIAS\UI\examples\Symbol\Glyph\Attachment\attachment().
Referenced by setHandlers().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 148 of file class.ilSoapMailXmlParser.php.
References ilObjectFactory\getInstanceByObjId().
Referenced by handlerBeginTag().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSoapMailXmlParser::setHandlers | ( | $a_xml_parser | ) |
Set event handlers.
| XMLParser|resource | A reference to the xml parser |
Reimplemented from ilSaxParser.
Definition at line 54 of file class.ilSoapMailXmlParser.php.
References handlerBeginTag(), handlerCharacterData(), and handlerEndTag().
Here is the call graph for this function:| ilSoapMailXmlParser::start | ( | ) |
Definition at line 44 of file class.ilSoapMailXmlParser.php.
References ilSaxParser\startParsing().
Here is the call graph for this function:
|
protected |
Definition at line 28 of file class.ilSoapMailXmlParser.php.
Referenced by handlerEndTag().
|
protected |
Definition at line 30 of file class.ilSoapMailXmlParser.php.
Referenced by handlerEndTag().
|
protected |
Definition at line 29 of file class.ilSoapMailXmlParser.php.
Referenced by handlerEndTag().
|
protected |
Definition at line 27 of file class.ilSoapMailXmlParser.php.
Referenced by handlerEndTag().
|
protected |
Definition at line 26 of file class.ilSoapMailXmlParser.php.
Referenced by getMails().