|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Importer class for question pools. More...
Inheritance diagram for ilTestQuestionPoolImporter:
Collaboration diagram for ilTestQuestionPoolImporter:Public Member Functions | |
| importXmlRepresentation ($a_entity, $a_id, $a_xml, $a_mapping) | |
| Import XML. More... | |
Public Member Functions inherited from ilXmlImporter | |
| __construct () | |
| Constructor. More... | |
| init () | |
| Init. More... | |
| setInstallId ($a_val) | |
| Set installation id. More... | |
| getInstallId () | |
| Get installation id. More... | |
| setInstallUrl ($a_val) | |
| Set installation url. More... | |
| getInstallUrl () | |
| Get installation url. More... | |
| setSchemaVersion ($a_val) | |
| Set schema version. More... | |
| getSchemaVersion () | |
| Get schema version. More... | |
| setImportDirectory ($a_val) | |
| Set import directory. More... | |
| getImportDirectory () | |
| Get import directory. More... | |
| setSkipEntities ($a_val) | |
| Set skip entities. More... | |
| getSkipEntities () | |
| Get skip entities. More... | |
| importXmlRepresentation ($a_entity, $a_id, $a_xml, $a_mapping) | |
| Import xml representation. More... | |
| finalProcessing ($a_mapping) | |
| Final processing. More... | |
Protected Member Functions | |
| parseXmlFileNames () | |
| Create qti and xml file name. More... | |
Private Member Functions | |
| getImportDirectoryContainer () | |
| getImportPackageName () | |
Additional Inherited Members | |
Protected Attributes inherited from ilXmlImporter | |
| $skip_entities = array() | |
Importer class for question pools.
Definition at line 14 of file class.ilTestQuestionPoolImporter.php.
|
private |
Definition at line 98 of file class.ilTestQuestionPoolImporter.php.
References ilXmlImporter\getImportDirectory().
Referenced by importXmlRepresentation().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 105 of file class.ilTestQuestionPoolImporter.php.
References ilXmlImporter\getImportDirectory().
Referenced by importXmlRepresentation().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestQuestionPoolImporter::importXmlRepresentation | ( | $a_entity, | |
| $a_id, | |||
| $a_xml, | |||
| $a_mapping | |||
| ) |
Import XML.
return
Reimplemented from ilXmlImporter.
Definition at line 22 of file class.ilTestQuestionPoolImporter.php.
References $_SESSION, $GLOBALS, $result, ilObjQuestionPool\_setImportDirectory(), ilXmlImporter\getImportDirectory(), getImportDirectoryContainer(), getImportPackageName(), ilObjectFactory\getInstanceByObjId(), IL_MO_PARSE_QTI, and parseXmlFileNames().
Here is the call graph for this function:
|
protected |
Create qti and xml file name.
Definition at line 86 of file class.ilTestQuestionPoolImporter.php.
References $GLOBALS, and ilXmlImporter\getImportDirectory().
Referenced by importXmlRepresentation().
Here is the call graph for this function:
Here is the caller graph for this function: