ILIAS
Release_4_1_x_branch Revision 61804
|
Import class. More...
Public Member Functions | |
__construct ($a_target_id) | |
Constructor. | |
Public Member Functions inherited from ilImport | |
getMapping () | |
Get mapping object. | |
setEntityTypes ($a_val) | |
Set entity types. | |
getEntityTypes () | |
Get entity types. | |
setCurrentDataset ($a_val) | |
Set currrent dataset. | |
getCurrentDataset () | |
Get currrent dataset. | |
afterEntityTypes () | |
After entity types are parsed. | |
importRecord ($a_entity, $a_types, $a_record) | |
After entity types are parsed. | |
importObject ($a_new_obj, $a_tmp_file, $a_filename, $a_type) | |
Import repository object export file. | |
processItemXml ($a_entity, $a_schema_version, $a_id, $a_xml, $a_install_id, $a_install_url) | |
Process item xml. |
Protected Member Functions | |
doImportObject ($dir, $type) | |
Import a container. | |
createDummy ($a_type) | |
Create dummy object. |
Additional Inherited Members | |
Protected Attributes inherited from ilImport | |
$install_id = "" | |
$install_url = "" | |
$entities = "" | |
$mapping = null |
ilImportContainer::__construct | ( | $a_target_id | ) |
Constructor.
int | $a_target_id | Id of parent node |
Reimplemented from ilImport.
Definition at line 20 of file class.ilImportContainer.php.
|
protected |
Create dummy object.
object | $a_type |
Definition at line 72 of file class.ilImportContainer.php.
References $location, and ilImport\getMapping().
Referenced by doImportObject().
|
protected |
Import a container.
object | $dir | |
object | $type |
Reimplemented from ilImport.
Definition at line 32 of file class.ilImportContainer.php.
References $dir, $GLOBALS, $ret, and createDummy().