|
ILIAS
release_8 Revision v8.24
|
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="") | |
| Import repository object export file. More... | |
| createDummy (string $a_type) | |
Protected Member Functions inherited from ilImport | |
| 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 |
| string | $install_id = "" |
| string | $install_url = "" |
| string | $entities = "" |
| string | $tmp_import_dir = "" |
| ilImportMapping | $mapping = null |
| array | $skip_entity = array() |
| array | $configs = array() |
| array | $skip_importer = [] |
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 | ) |
Reimplemented from ilImport.
Definition at line 27 of file class.ilImportContainer.php.
References ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:
|
protected |
Definition at line 73 of file class.ilImportContainer.php.
|
protected |
Import repository object export file.
Reimplemented from ilImport.
Definition at line 32 of file class.ilImportContainer.php.