|
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 ilTestResultsImportParser:
Collaboration diagram for ilTestResultsImportParser:Public Member Functions | |
| __construct (?string $a_xml_file, &$test_object) | |
| Constructor. More... | |
| getQuestionIdMapping () | |
| setQuestionIdMapping (array $question_id_mapping) | |
| getSrcPoolDefIdMapping () | |
| setSrcPoolDefIdMapping (array $src_pool_def_id_mapping) | |
| setHandlers ($a_xml_parser) | |
| set event handler should be overwritten by inherited class @access private More... | |
| handlerBeginTag ($a_xml_parser, $a_name, $a_attribs) | |
| handler for begin of element parser More... | |
| handlerEndTag ($a_xml_parser, $a_name) | |
| handler for end of element More... | |
| handlerParseCharacterData ($a_xml_parser, $a_data) | |
| handler for character data 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 | |
| $src_pool_def_id_mapping | |
Protected Attributes inherited from ilSaxParser | |
| ilLanguage | $lng = null |
Private Member Functions | |
| fetchAttribute ($attributes, $name) | |
| fetchLastFinishedPass ($attribs) | |
| fetchLastStartedPass ($attribs) | |
Private Attributes | |
| $tst_obj | |
| $table | |
| $active_id_mapping | |
| $question_id_mapping | |
| $user_criteria_field | |
| $user_criteria_type | |
| bool | $user_criteria_checked = false |
| $depth | |
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
Definition at line 19 of file class.ilTestResultsImportParser.php.
| ilTestResultsImportParser::__construct | ( | ?string | $a_xml_file, |
| & | $test_object | ||
| ) |
Constructor.
Definition at line 36 of file class.ilTestResultsImportParser.php.
References ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:
|
private |
Definition at line 286 of file class.ilTestResultsImportParser.php.
References $attributes, and $name.
Referenced by handlerBeginTag().
Here is the caller graph for this function:
|
private |
Definition at line 295 of file class.ilTestResultsImportParser.php.
Referenced by handlerBeginTag().
Here is the caller graph for this function:
|
private |
Definition at line 308 of file class.ilTestResultsImportParser.php.
Referenced by handlerBeginTag().
Here is the caller graph for this function:| ilTestResultsImportParser::getQuestionIdMapping | ( | ) |
Definition at line 50 of file class.ilTestResultsImportParser.php.
References $question_id_mapping.
| ilTestResultsImportParser::getSrcPoolDefIdMapping | ( | ) |
Definition at line 66 of file class.ilTestResultsImportParser.php.
References $src_pool_def_id_mapping.
| ilTestResultsImportParser::handlerBeginTag | ( | $a_xml_parser, | |
| $a_name, | |||
| $a_attribs | |||
| ) |
handler for begin of element parser
Definition at line 94 of file class.ilTestResultsImportParser.php.
References $DIC, $ilDB, ANONYMOUS_USER_ID, fetchAttribute(), fetchLastFinishedPass(), and fetchLastStartedPass().
Here is the call graph for this function:| ilTestResultsImportParser::handlerEndTag | ( | $a_xml_parser, | |
| $a_name | |||
| ) |
handler for end of element
Definition at line 262 of file class.ilTestResultsImportParser.php.
References $DIC.
| ilTestResultsImportParser::handlerParseCharacterData | ( | $a_xml_parser, | |
| $a_data | |||
| ) |
handler for character data
Definition at line 281 of file class.ilTestResultsImportParser.php.
| ilTestResultsImportParser::setHandlers | ( | $a_xml_parser | ) |
set event handler should be overwritten by inherited class @access private
Reimplemented from ilSaxParser.
Definition at line 84 of file class.ilTestResultsImportParser.php.
| ilTestResultsImportParser::setQuestionIdMapping | ( | array | $question_id_mapping | ) |
| array | $question_id_mapping |
Definition at line 58 of file class.ilTestResultsImportParser.php.
References $question_id_mapping.
| ilTestResultsImportParser::setSrcPoolDefIdMapping | ( | array | $src_pool_def_id_mapping | ) |
| array | $src_pool_def_id_mapping |
Definition at line 74 of file class.ilTestResultsImportParser.php.
References $src_pool_def_id_mapping.
|
private |
Definition at line 23 of file class.ilTestResultsImportParser.php.
|
private |
Definition at line 29 of file class.ilTestResultsImportParser.php.
|
private |
Definition at line 24 of file class.ilTestResultsImportParser.php.
Referenced by getQuestionIdMapping(), and setQuestionIdMapping().
|
protected |
Definition at line 31 of file class.ilTestResultsImportParser.php.
Referenced by getSrcPoolDefIdMapping(), and setSrcPoolDefIdMapping().
|
private |
Definition at line 22 of file class.ilTestResultsImportParser.php.
|
private |
Definition at line 21 of file class.ilTestResultsImportParser.php.
|
private |
Definition at line 27 of file class.ilTestResultsImportParser.php.
|
private |
Definition at line 25 of file class.ilTestResultsImportParser.php.
|
private |
Definition at line 26 of file class.ilTestResultsImportParser.php.