ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (?string $a_path, $a_ctype, $a_cname, $a_slot_id, $a_pname) | |
clearEvents () | |
Delete the event listeneing information. More... | |
startParsing () | |
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... | |
![]() | |
__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 | |
![]() | |
ilLanguage | $lng = null |
Additional Inherited Members | |
![]() | |
string | $xml_file |
bool | $throw_exception = false |
![]() | |
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.
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().
ilPluginReader::clearEvents | ( | ) |
ilPluginReader::handlerBeginTag | ( | $a_xml_parser, | |
$a_name, | |||
$a_attribs | |||
) |
start tag handler
mixed | internal xml_parser_handler |
string | element tag name |
array | element attributes private |
Definition at line 86 of file class.ilPluginReader.php.
References $DIC, $ilDB, and $pname.
ilPluginReader::handlerCharacterData | ( | $a_xml_parser, | |
$a_data | |||
) |
end tag handler
mixed | internal xml_parser_handler |
string | data 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 private |
Definition at line 108 of file class.ilPluginReader.php.
ilPluginReader::setHandlers | ( | $a_xml_parser | ) |
Definition at line 71 of file class.ilPluginReader.php.
ilPluginReader::startParsing | ( | ) |
Definition at line 62 of file class.ilPluginReader.php.
References ilSaxParser\getInputType().
|
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.