|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilTestResultsImportParser:
Collaboration diagram for ilTestResultsImportParser:Public Member Functions | |
| __construct (?string $a_xml_file, private ilObjTest $test_obj, private ilDBInterface $db, private TestLogger $log, private ResourceStorage $irss) | |
| 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) | |
| importParticipantsUploadedFiles (array $a_attribs) | |
| getFirstFileName (string $resource_directory) | |
Private Attributes | |
| $table | |
| $active_id_mapping | |
| $question_id_mapping | |
| string | $user_criteria_field = '' |
| string | $user_criteria_type = '' |
| bool | $user_criteria_checked = false |
| string | $import_directory |
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) | |
Definition at line 25 of file class.ilTestResultsImportParser.php.
| ilTestResultsImportParser::__construct | ( | ?string | $a_xml_file, |
| private ilObjTest | $test_obj, | ||
| private ilDBInterface | $db, | ||
| private TestLogger | $log, | ||
| private ResourceStorage | $irss | ||
| ) |
Constructor.
Definition at line 41 of file class.ilTestResultsImportParser.php.
References ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:
|
private |
Definition at line 289 of file class.ilTestResultsImportParser.php.
Referenced by handlerBeginTag().
Here is the caller graph for this function:
|
private |
Definition at line 298 of file class.ilTestResultsImportParser.php.
Referenced by handlerBeginTag().
Here is the caller graph for this function:
|
private |
Definition at line 311 of file class.ilTestResultsImportParser.php.
Referenced by handlerBeginTag().
Here is the caller graph for this function:
|
private |
Definition at line 351 of file class.ilTestResultsImportParser.php.
Referenced by importParticipantsUploadedFiles().
Here is the caller graph for this function:| ilTestResultsImportParser::getQuestionIdMapping | ( | ) |
Definition at line 59 of file class.ilTestResultsImportParser.php.
References $question_id_mapping.
| ilTestResultsImportParser::getSrcPoolDefIdMapping | ( | ) |
Definition at line 75 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 102 of file class.ilTestResultsImportParser.php.
References $info, ANONYMOUS_USER_ID, fetchAttribute(), fetchLastFinishedPass(), fetchLastStartedPass(), importParticipantsUploadedFiles(), ilDBConstants\T_INTEGER, ilDBConstants\T_TEXT, and ilDBConstants\T_TIMESTAMP.
Referenced by setHandlers().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestResultsImportParser::handlerEndTag | ( | $a_xml_parser, | |
| $a_name | |||
| ) |
handler for end of element
Definition at line 269 of file class.ilTestResultsImportParser.php.
Referenced by setHandlers().
Here is the caller graph for this function:| ilTestResultsImportParser::handlerParseCharacterData | ( | $a_xml_parser, | |
| $a_data | |||
| ) |
handler for character data
Definition at line 284 of file class.ilTestResultsImportParser.php.
Referenced by setHandlers().
Here is the caller graph for this function:
|
private |
| array{value1 | ?string, value2: ?string} $a_attribs |
Definition at line 328 of file class.ilTestResultsImportParser.php.
References getFirstFileName().
Referenced by handlerBeginTag().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestResultsImportParser::setHandlers | ( | $a_xml_parser | ) |
set event handler should be overwritten by inherited class @access private
Reimplemented from ilSaxParser.
Definition at line 93 of file class.ilTestResultsImportParser.php.
References handlerBeginTag(), handlerEndTag(), and handlerParseCharacterData().
Here is the call graph for this function:| ilTestResultsImportParser::setQuestionIdMapping | ( | array | $question_id_mapping | ) |
| array | $question_id_mapping |
Definition at line 67 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 83 of file class.ilTestResultsImportParser.php.
References $src_pool_def_id_mapping.
|
private |
Definition at line 28 of file class.ilTestResultsImportParser.php.
|
private |
Definition at line 36 of file class.ilTestResultsImportParser.php.
|
private |
Definition at line 29 of file class.ilTestResultsImportParser.php.
Referenced by getQuestionIdMapping(), and setQuestionIdMapping().
|
protected |
Definition at line 34 of file class.ilTestResultsImportParser.php.
Referenced by getSrcPoolDefIdMapping(), and setSrcPoolDefIdMapping().
|
private |
Definition at line 27 of file class.ilTestResultsImportParser.php.
|
private |
Definition at line 32 of file class.ilTestResultsImportParser.php.
|
private |
Definition at line 30 of file class.ilTestResultsImportParser.php.
|
private |
Definition at line 31 of file class.ilTestResultsImportParser.php.