ILIAS
Release_4_4_x_branch Revision 61816
|
folder xml importer More...
Public Member Functions | |
init () | |
Init. | |
importXmlRepresentation ($a_entity, $a_id, $a_xml, $a_mapping) | |
Import XML. | |
Public Member Functions inherited from ilXmlImporter | |
__construct () | |
Constructor. | |
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. |
Private Attributes | |
$course = null |
Additional Inherited Members | |
Protected Attributes inherited from ilXmlImporter | |
$skip_entities = array() |
ilCourseImporter::importXmlRepresentation | ( | $a_entity, | |
$a_id, | |||
$a_xml, | |||
$a_mapping | |||
) |
Import XML.
@return |
Reimplemented from ilXmlImporter.
Definition at line 30 of file class.ilCourseImporter.php.
References $GLOBALS, ilObject\_getAllReferences(), and ilObjectFactory\getInstanceByRefId().
ilCourseImporter::init | ( | ) |
Init.
Reimplemented from ilXmlImporter.
Definition at line 20 of file class.ilCourseImporter.php.
|
private |
Definition at line 17 of file class.ilCourseImporter.php.