| 
    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 ilOrgUnitSimpleUserImport:
 Collaboration diagram for ilOrgUnitSimpleUserImport:Public Member Functions | |
| __construct () | |
| simpleUserImport ($file_path) | |
| simpleUserImportElement (SimpleXMLElement $a) | |
  Public Member Functions inherited from ilOrgUnitImporter | |
| __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) | |
Protected Attributes | |
| ilOrgUnitPositionDBRepository | $positionRepo | 
| ilOrgUnitUserAssignmentDBRepository | $assignmentRepo | 
  Protected Attributes inherited from ilXmlImporter | |
| array | $skip_entities = array() | 
| ilImport | $imp | 
| string | $install_id | 
| string | $install_url | 
| string | $schema_version | 
| string | $import_directory | 
Private Member Functions | |
| buildUserId ($id, $type) | |
Additional Inherited Members | |
  Data Fields inherited from ilOrgUnitImporter | |
| array | $errors = [] | 
| array | $warnings = [] | 
| array | $stats | 
  Protected Member Functions inherited from ilOrgUnitImporter | |
| buildRef ($id, string $type) | |
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 ilOrgUnitSimpleUserImport
Definition at line 26 of file class.ilOrgUnitSimpleUserImport.php.
| ilOrgUnitSimpleUserImport::__construct | ( | ) | 
Definition at line 31 of file class.ilOrgUnitSimpleUserImport.php.
References $dic, and ilOrgUnitLocalDIC\dic().
 Here is the call graph for this function:
      
  | 
  private | 
| $id | |
| $type | 
Definition at line 122 of file class.ilOrgUnitSimpleUserImport.php.
References $DIC, $id, $ilDB, $q, $user_id, ilObjUser\_lookupId(), and ilObject\_lookupObjIdByImportId().
Referenced by simpleUserImportElement().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilOrgUnitSimpleUserImport::simpleUserImport | ( | $file_path | ) | 
| $file_path | 
Definition at line 41 of file class.ilOrgUnitSimpleUserImport.php.
References Vendor\Package\$a, ilOrgUnitImporter\addError(), and simpleUserImportElement().
 Here is the call graph for this function:| ilOrgUnitSimpleUserImport::simpleUserImportElement | ( | SimpleXMLElement | $a | ) | 
| SimpleXMLElement | $a | 
Definition at line 61 of file class.ilOrgUnitSimpleUserImport.php.
References $user_id, ilOrgUnitImporter\addError(), ilOrgUnitImporter\buildRef(), buildUserId(), ilOrgUnitPosition\CORE_POSITION_EMPLOYEE, and ilOrgUnitPosition\CORE_POSITION_SUPERIOR.
Referenced by simpleUserImport().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 29 of file class.ilOrgUnitSimpleUserImport.php.
      
  | 
  protected | 
Definition at line 28 of file class.ilOrgUnitSimpleUserImport.php.