|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilOrgUnitSimpleUserImport. More...
Inheritance diagram for ilOrgUnitSimpleUserImport:
Collaboration diagram for ilOrgUnitSimpleUserImport:Public Member Functions | |
| simpleUserImport ($file_path) | |
| simpleUserImportElement (SimpleXMLElement $a) | |
Public Member Functions inherited from ilOrgUnitImporter | |
| hasMoreThanOneMatch ($external_id) | |
| hasErrors () | |
| hasWarnings () | |
| addWarning ($lang_var, $import_id, $action=null) | |
| addError ($lang_var, $import_id, $action=null) | |
| getErrors () | |
| getWarnings () | |
| getStats () | |
| importXmlRepresentation ($a_entity, $a_id, $a_xml, $a_mapping) | |
Public Member Functions inherited from ilXmlImporter | |
| __construct () | |
| Constructor. More... | |
| setImport ($a_val) | |
| Set import. More... | |
| getImport () | |
| Get import. More... | |
| init () | |
| Init. More... | |
| setInstallId ($a_val) | |
| Set installation id. More... | |
| getInstallId () | |
| Get installation id. More... | |
| setInstallUrl ($a_val) | |
| Set installation url. More... | |
| getInstallUrl () | |
| Get installation url. More... | |
| setSchemaVersion ($a_val) | |
| Set schema version. More... | |
| getSchemaVersion () | |
| Get schema version. More... | |
| setImportDirectory ($a_val) | |
| Set import directory. More... | |
| getImportDirectory () | |
| Get import directory. More... | |
| setSkipEntities ($a_val) | |
| Set skip entities. More... | |
| getSkipEntities () | |
| Get skip entities. More... | |
| exportedFromSameInstallation () | |
| Is exporting and importing installation identical? More... | |
| importXmlRepresentation ($a_entity, $a_id, $a_xml, $a_mapping) | |
| Import xml representation. More... | |
| finalProcessing ($a_mapping) | |
| Final processing. More... | |
| afterContainerImportProcessing (ilImportMapping $mapping) | |
| Called after all container objects have been implemented. More... | |
Private Member Functions | |
| buildUserId ($id, $type) | |
Additional Inherited Members | |
Data Fields inherited from ilOrgUnitImporter | |
| $errors = [] | |
| $warnings = [] | |
| $stats | |
Protected Member Functions inherited from ilOrgUnitImporter | |
| buildRef ($id, $type) | |
Protected Attributes inherited from ilXmlImporter | |
| $skip_entities = array() | |
| $imp | |
Class ilOrgUnitSimpleUserImport.
Definition at line 12 of file class.ilOrgUnitSimpleUserImport.php.
|
private |
| $id | |
| $type |
Definition at line 101 of file class.ilOrgUnitSimpleUserImport.php.
References $DIC, $ilDB, $type, 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 18 of file class.ilOrgUnitSimpleUserImport.php.
References Vendor\Package\$a, $xml, ilOrgUnitImporter\addError(), and simpleUserImportElement().
Here is the call graph for this function:| ilOrgUnitSimpleUserImport::simpleUserImportElement | ( | SimpleXMLElement | $a | ) |
| SimpleXMLElement | $a |
Definition at line 39 of file class.ilOrgUnitSimpleUserImport.php.
References Vendor\Package\$a, $attributes, $DIC, ilOrgUnitImporter\addError(), ilOrgUnitImporter\buildRef(), buildUserId(), ilOrgUnitPosition\CORE_POSITION_EMPLOYEE, ilOrgUnitPosition\CORE_POSITION_SUPERIOR, ilOrgUnitUserAssignment\findOrCreateAssignment(), and ActiveRecord\where().
Referenced by simpleUserImport().
Here is the call graph for this function:
Here is the caller graph for this function: