|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilPluginReader:
Collaboration diagram for ilPluginReader:Public Member Functions | |
| __construct (?string $a_path, $a_ctype, $a_cname, $a_slot_id, $a_pname) | |
| clearEvents () | |
| Delete the event listeneing information. More... | |
| startParsing () | |
| stores xml data in array More... | |
| setHandlers ($a_xml_parser) | |
| handlerBeginTag ($a_xml_parser, $a_name, $a_attribs) | |
| start tag handler More... | |
| handlerEndTag ($a_xml_parser, $a_name) | |
| end tag handler More... | |
| handlerCharacterData ($a_xml_parser, $a_data) | |
| end tag handler More... | |
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 | |
| $ctype | |
| $cname | |
| $slot_id | |
| $pname | |
Protected Attributes inherited from ilSaxParser | |
| ilLanguage | $lng = null |
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) | |
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 Class ilPluginReader
This is only used in ilPlugin.
@deprecate as of ILIAS 9
Reads plugin information of plugin.xml files into db
Definition at line 32 of file class.ilPluginReader.php.
| ilPluginReader::__construct | ( | ?string | $a_path, |
| $a_ctype, | |||
| $a_cname, | |||
| $a_slot_id, | |||
| $a_pname | |||
| ) |
Definition at line 39 of file class.ilPluginReader.php.
References ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ilPluginReader::clearEvents | ( | ) |
Delete the event listeneing information.
Definition at line 52 of file class.ilPluginReader.php.
| ilPluginReader::handlerBeginTag | ( | $a_xml_parser, | |
| $a_name, | |||
| $a_attribs | |||
| ) |
start tag handler
| mixed | internal xml_parser_handler |
| string | element tag name |
| array | element attributes @access private |
Definition at line 86 of file class.ilPluginReader.php.
| ilPluginReader::handlerCharacterData | ( | $a_xml_parser, | |
| $a_data | |||
| ) |
end tag handler
| mixed | internal xml_parser_handler |
| string | data @access private |
Definition at line 119 of file class.ilPluginReader.php.
| ilPluginReader::handlerEndTag | ( | $a_xml_parser, | |
| $a_name | |||
| ) |
end tag handler
| mixed | internal xml_parser_handler |
| string | element tag name @access private |
Definition at line 108 of file class.ilPluginReader.php.
| ilPluginReader::setHandlers | ( | $a_xml_parser | ) |
| XMLParser | resource | $a_xml_parser |
Reimplemented from ilSaxParser.
Definition at line 71 of file class.ilPluginReader.php.
| ilPluginReader::startParsing | ( | ) |
stores xml data in array
| ilSaxParserException |
Reimplemented from ilSaxParser.
Definition at line 62 of file class.ilPluginReader.php.
References ilSaxParser\getInputType().
Here is the call graph for this function:
|
protected |
Definition at line 35 of file class.ilPluginReader.php.
|
protected |
Definition at line 34 of file class.ilPluginReader.php.
|
protected |
Definition at line 37 of file class.ilPluginReader.php.
Referenced by clearEvents(), and handlerBeginTag().
|
protected |
Definition at line 36 of file class.ilPluginReader.php.