|
ILIAS
Release_3_10_x_branch Revision 61812
|
Class ilModuleReader. More...
Inheritance diagram for ilModuleReader:
Collaboration diagram for ilModuleReader:Public Member Functions | |
| ilModuleReader ($a_path, $a_name, $a_type) | |
| getModules () | |
| setHandlers ($a_xml_parser) | |
| set event handler should be overwritten by inherited class private | |
| handlerBeginTag ($a_xml_parser, $a_name, $a_attribs) | |
| start tag handler | |
| handlerEndTag ($a_xml_parser, $a_name) | |
| end tag handler | |
| handlerCharacterData ($a_xml_parser, $a_data) | |
| end tag handler | |
Public Member Functions inherited from ilObjDefReader | |
| ilObjDefReader ($a_path, $a_name, $a_type) | |
Public Member Functions inherited from ilSaxParser | |
| ilSaxParser ($a_xml_file= '', $throwException=false) | |
| Constructor setup ILIAS global object public. | |
| setXMLContent ($a_xml_content) | |
| getXMLContent () | |
| getInputType () | |
| startParsing () | |
| stores xml data in array | |
| createParser () | |
| create parser | |
| setOptions ($a_xml_parser) | |
| set parser options | |
| openXMLFile () | |
| open xml file | |
| parse ($a_xml_parser, $a_fp=null) | |
| parse xml file | |
| freeParser ($a_xml_parser) | |
| free xml parser handle | |
| setThrowException ($throwException) | |
| set error handling | |
Static Public Member Functions | |
| static | clearTables () |
| clear the tables | |
Additional Inherited Members | |
Data Fields inherited from ilSaxParser | |
| $input_type = null | |
| $xml_content = '' | |
| $ilias | |
| $lng | |
| $xml_file | |
| $throwException = false | |
Protected Member Functions inherited from ilSaxParser | |
| handleError ($message, $code) | |
| use given error handler to handle error message or internal ilias error message handle | |
Class ilModuleReader.
Reads reads module information of modules.xml files into db
Definition at line 35 of file class.ilModuleReader.php.
|
static |
clear the tables
Reimplemented from ilObjDefReader.
Definition at line 59 of file class.ilModuleReader.php.
Referenced by ilDBUpdate\loadXMLInfo(), and ilSetupGUI\reloadControlStructure().
Here is the caller graph for this function:| ilModuleReader::getModules | ( | ) |
Definition at line 43 of file class.ilModuleReader.php.
References ilSaxParser\startParsing().
Here is the call graph for this function:| ilModuleReader::handlerBeginTag | ( | $a_xml_parser, | |
| $a_name, | |||
| $a_attribs | |||
| ) |
start tag handler
| ressouce | internal xml_parser_handler |
| string | element tag name |
| array | element attributes private |
Reimplemented from ilObjDefReader.
Definition at line 79 of file class.ilModuleReader.php.
| ilModuleReader::handlerCharacterData | ( | $a_xml_parser, | |
| $a_data | |||
| ) |
end tag handler
| ressouce | internal xml_parser_handler |
| string | data private |
Reimplemented from ilObjDefReader.
Definition at line 128 of file class.ilModuleReader.php.
| ilModuleReader::handlerEndTag | ( | $a_xml_parser, | |
| $a_name | |||
| ) |
end tag handler
| ressouce | internal xml_parser_handler |
| string | element tag name private |
Reimplemented from ilObjDefReader.
Definition at line 115 of file class.ilModuleReader.php.
| ilModuleReader::ilModuleReader | ( | $a_path, | |
| $a_name, | |||
| $a_type | |||
| ) |
Definition at line 38 of file class.ilModuleReader.php.
References ilObjDefReader\ilObjDefReader().
Here is the call graph for this function:| ilModuleReader::setHandlers | ( | $a_xml_parser | ) |
set event handler should be overwritten by inherited class private
Reimplemented from ilObjDefReader.
Definition at line 48 of file class.ilModuleReader.php.