| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Inheritance diagram for ilImportContainer:
 Collaboration diagram for ilImportContainer:Public Member Functions | |
| __construct (int $a_target_id) | |
  Public Member Functions inherited from ilImport | |
| __construct (int $a_target_id=0) | |
| getConfig (string $a_comp) | |
| Get configuration (note that configurations are optional, null may be returned!)  More... | |
| getMapping () | |
| setEntityTypes (array $a_val) | |
| getEntityTypes () | |
| addSkipEntity (string $a_component, string $a_entity, bool $skip=true) | |
| Add skip entity.  More... | |
| addSkipImporter (string $a_component, bool $skip=true) | |
| importEntity (string $a_tmp_file, string $a_filename, string $a_entity, string $a_component, bool $a_copy_file=false) | |
| Import entity.  More... | |
| importObject (?object $a_new_obj, string $a_tmp_file, string $a_filename, string $a_type, string $a_comp="", bool $a_copy_file=false) | |
| importFromDirectory (string $dir, string $a_type, string $a_comp) | |
| getTemporaryImportDir () | |
| Get temporary import directory.  More... | |
| processItemXml (string $a_entity, string $a_schema_version, string $a_id, string $a_xml, string $a_install_id, string $a_install_url) | |
| Process item xml.  More... | |
Protected Member Functions | |
| doImportObject (string $dir, string $a_type, string $a_component="", string $a_tmpdir="") | |
| createDummy (string $a_type) | |
  Protected Member Functions inherited from ilImport | |
| validateXMLFiles (SplFileInfo $manifest_spl) | |
| checkStatuses (ilImportStatusHandlerCollectionInterface $import_status_collection) | |
| setTemporaryImportDir (string $a_val) | |
| Set temporary import directory.  More... | |
| doImportObject (string $dir, string $a_type, string $a_component="", string $a_tmpdir="") | |
| Import repository object export file.  More... | |
Additional Inherited Members | |
  Protected Attributes inherited from ilImport | |
| ilLogger | $log | 
| ilObjectDefinition | $objDefinition | 
| array | $entity_types = [] | 
| ilXmlImporter | $importer = null | 
| string | $comp = '' | 
| string | $current_comp = '' | 
| string | $entities = "" | 
| string | $tmp_import_dir = "" | 
| ilImportMapping | $mapping = null | 
| array | $skip_entity = array() | 
| array | $configs = array() | 
| array | $skip_importer = [] | 
| Archives | $archives | 
| Filesystems | $filesystem | 
| ilImportFactory | $import | 
| ilImportStatusFactory | $import_status | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Import class
Definition at line 25 of file class.ilImportContainer.php.
| ilImportContainer::__construct | ( | int | $a_target_id | ) | 
Definition at line 27 of file class.ilImportContainer.php.
References ILIAS\MetaData\Repository\Validation\Data\__construct().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 73 of file class.ilImportContainer.php.
References ilImport\getMapping().
Referenced by doImportObject().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 32 of file class.ilImportContainer.php.
References ilImport\$importer, createDummy(), and ilImport\getMapping().
 Here is the call graph for this function: