ILIAS
Release_5_0_x_branch Revision 61816
|
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. | |
addSkipEntity ($a_component, $a_entity, $skip=true) | |
Add skip entity. | |
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. | |
importEntity ($a_tmp_file, $a_filename, $a_entity, $a_component, $a_copy_file=false) | |
Import entity. | |
importObject ($a_new_obj, $a_tmp_file, $a_filename, $a_type, $a_comp="", $a_copy_file=false) | |
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. | |
Protected Member Functions inherited from ilImport | |
doImportObject ($dir, $a_type, $a_component="", $a_tmpdir="") | |
Import repository object export file. |
Additional Inherited Members | |
Protected Attributes inherited from ilImport | |
$install_id = "" | |
$install_url = "" | |
$entities = "" | |
$mapping = null | |
$skip_entity = array() |
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 |
Definition at line 32 of file class.ilImportContainer.php.
References $GLOBALS, $ret, and createDummy().