| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Inheritance diagram for ilOrgUnitImporter:
 Collaboration diagram for ilOrgUnitImporter:Public Member Functions | |
| __construct () | |
| hasMoreThanOneMatch (string $external_id) | |
| hasErrors () | |
| hasWarnings () | |
| addWarning (string $lang_var, string $import_id, ?string $action=null) | |
| addError (string $lang_var, string $import_id, ?string $action=null) | |
| getErrors () | |
| getWarnings () | |
| getStats () | |
| importXmlRepresentation (string $a_entity, string $a_id, string $a_xml, ilImportMapping $a_mapping) | |
  Public Member Functions inherited from ilXmlImporter | |
| __construct () | |
| setImport (ilImport $a_val) | |
| getImport () | |
| init () | |
| setInstallId (string $a_val) | |
| getInstallId () | |
| setInstallUrl (string $a_val) | |
| getInstallUrl () | |
| setSchemaVersion (string $a_val) | |
| getSchemaVersion () | |
| setImportDirectory (string $a_val) | |
| getImportDirectory () | |
| setSkipEntities (array $a_val) | |
| getSkipEntities () | |
| exportedFromSameInstallation () | |
| importXmlRepresentation (string $a_entity, string $a_id, string $a_xml, ilImportMapping $a_mapping) | |
| finalProcessing (ilImportMapping $a_mapping) | |
| afterContainerImportProcessing (ilImportMapping $mapping) | |
Data Fields | |
| array | $errors = [] | 
| array | $warnings = [] | 
| array | $stats | 
Protected Member Functions | |
| buildRef ($id, string $type) | |
Private Attributes | |
| ilDBInterface | $database | 
Additional Inherited Members | |
  Protected Attributes inherited from ilXmlImporter | |
| array | $skip_entities = array() | 
| ilImport | $imp | 
| string | $install_id | 
| string | $install_url | 
| string | $schema_version | 
| string | $import_directory | 
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 Class ilOrgUnitImporter
Definition at line 26 of file class.ilOrgUnitImporter.php.
| ilOrgUnitImporter::__construct | ( | ) | 
| ilOrgUnitImporter::addError | ( | string | $lang_var, | 
| string | $import_id, | ||
| ?string | $action = null  | 
        ||
| ) | 
Definition at line 118 of file class.ilOrgUnitImporter.php.
Referenced by ilOrgUnitSimpleImport\simpleImport(), ilOrgUnitSimpleImport\simpleImportElement(), ilOrgUnitSimpleUserImport\simpleUserImport(), and ilOrgUnitSimpleUserImport\simpleUserImportElement().
 Here is the caller graph for this function:| ilOrgUnitImporter::addWarning | ( | string | $lang_var, | 
| string | $import_id, | ||
| ?string | $action = null  | 
        ||
| ) | 
Definition at line 113 of file class.ilOrgUnitImporter.php.
Referenced by ilOrgUnitSimpleImport\moveObject(), and ilOrgUnitSimpleImport\simpleImportElement().
 Here is the caller graph for this function:
      
  | 
  protected | 
| $id | int|string | 
Definition at line 46 of file class.ilOrgUnitImporter.php.
References $id, $ref_id, ilObjOrgUnit\_exists(), ilObject\_getAllReferences(), ilObject\_hasUntrashedReference(), ilObject\_isInTrash(), ilObject\_lookupObjIdByImportId(), and ilObject\_lookupType().
Referenced by ilOrgUnitSimpleImport\simpleImportElement(), and ilOrgUnitSimpleUserImport\simpleUserImportElement().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilOrgUnitImporter::getErrors | ( | ) | 
Definition at line 123 of file class.ilOrgUnitImporter.php.
References $errors.
Referenced by ilOrgUnitSimpleUserImportGUI\displayImportResults().
 Here is the caller graph for this function:| ilOrgUnitImporter::getStats | ( | ) | 
Definition at line 133 of file class.ilOrgUnitImporter.php.
References $stats.
Referenced by ilOrgUnitSimpleUserImportGUI\displayImportResults().
 Here is the caller graph for this function:| ilOrgUnitImporter::getWarnings | ( | ) | 
Definition at line 128 of file class.ilOrgUnitImporter.php.
References $warnings.
Referenced by ilOrgUnitSimpleUserImportGUI\displayImportResults().
 Here is the caller graph for this function:| ilOrgUnitImporter::hasErrors | ( | ) | 
Definition at line 103 of file class.ilOrgUnitImporter.php.
Referenced by ilOrgUnitSimpleUserImportGUI\displayImportResults().
 Here is the caller graph for this function:| ilOrgUnitImporter::hasMoreThanOneMatch | ( | string | $external_id | ) | 
Definition at line 87 of file class.ilOrgUnitImporter.php.
References $res.
Referenced by ilOrgUnitSimpleImport\simpleImportElement().
 Here is the caller graph for this function:| ilOrgUnitImporter::hasWarnings | ( | ) | 
Definition at line 108 of file class.ilOrgUnitImporter.php.
Referenced by ilOrgUnitSimpleUserImportGUI\displayImportResults().
 Here is the caller graph for this function:| ilOrgUnitImporter::importXmlRepresentation | ( | string | $a_entity, | 
| string | $a_id, | ||
| string | $a_xml, | ||
| ilImportMapping | $a_mapping | ||
| ) | 
Definition at line 139 of file class.ilOrgUnitImporter.php.
References ilObject\_lookupType(), ilImportMapping\addMapping(), and ilImportMapping\getMappingsOfEntity().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 34 of file class.ilOrgUnitImporter.php.
| array ilOrgUnitImporter::$errors = [] | 
Definition at line 29 of file class.ilOrgUnitImporter.php.
Referenced by getErrors().
| array ilOrgUnitImporter::$stats | 
Definition at line 33 of file class.ilOrgUnitImporter.php.
Referenced by getStats().
| array ilOrgUnitImporter::$warnings = [] | 
Definition at line 31 of file class.ilOrgUnitImporter.php.
Referenced by getWarnings().