|
ILIAS
release_4-3 Revision
|
Importer class for files. More...
Inheritance diagram for ilTestImporter:
Collaboration diagram for ilTestImporter:Public Member Functions | |
| importXmlRepresentation ($a_entity, $a_id, $a_xml, $a_mapping) | |
| Import XML. | |
Public Member Functions inherited from ilXmlImporter | |
| __construct () | |
| Constructor. | |
| init () | |
| Init. | |
| setInstallId ($a_val) | |
| Set installation id. | |
| getInstallId () | |
| Get installation id. | |
| setInstallUrl ($a_val) | |
| Set installation url. | |
| getInstallUrl () | |
| Get installation url. | |
| setSchemaVersion ($a_val) | |
| Set schema version. | |
| getSchemaVersion () | |
| Get schema version. | |
| setImportDirectory ($a_val) | |
| Set import directory. | |
| getImportDirectory () | |
| Get import directory. | |
| setSkipEntities ($a_val) | |
| Set skip entities. | |
| getSkipEntities () | |
| Get skip entities. | |
| finalProcessing ($a_mapping) | |
| Final processing. | |
Protected Member Functions | |
| parseXmlFileNames () | |
| Create qti and xml file name. | |
Additional Inherited Members | |
Protected Attributes inherited from ilXmlImporter | |
| $skip_entities = array() | |
| ilTestImporter::importXmlRepresentation | ( | $a_entity, | |
| $a_id, | |||
| $a_xml, | |||
| $a_mapping | |||
| ) |
Import XML.
| @return |
Reimplemented from ilXmlImporter.
Definition at line 21 of file class.ilTestImporter.php.
References $GLOBALS, $result, ilObjTest\_setImportDirectory(), ilXmlImporter\getImportDirectory(), 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 83 of file class.ilTestImporter.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: