| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Import class. More...
 Inheritance diagram for ilImportContainer:
 Inheritance diagram for ilImportContainer: Collaboration diagram for ilImportContainer:
 Collaboration diagram for ilImportContainer:| 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().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | 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().
 Here is the call graph for this function:
 Here is the call graph for this function: