ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct () | |
simpleUserImport ($file_path) | |
simpleUserImportElement (SimpleXMLElement $a) | |
![]() | |
__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) | |
![]() | |
__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 |
![]() | |
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 | |
![]() | |
array | $errors = [] |
array | $warnings = [] |
array | $stats |
![]() | |
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 25 of file class.ilOrgUnitSimpleUserImport.php.
ilOrgUnitSimpleUserImport::__construct | ( | ) |
Definition at line 30 of file class.ilOrgUnitSimpleUserImport.php.
References $dic, and ilOrgUnitLocalDIC\dic().
|
private |
$id | |
$type |
Definition at line 121 of file class.ilOrgUnitSimpleUserImport.php.
References $DIC, $id, $ilDB, $q, $user_id, ilObjUser\_lookupId(), and ilObject\_lookupObjIdByImportId().
Referenced by simpleUserImportElement().
ilOrgUnitSimpleUserImport::simpleUserImport | ( | $file_path | ) |
$file_path |
Definition at line 40 of file class.ilOrgUnitSimpleUserImport.php.
References Vendor\Package\$a, ilOrgUnitImporter\addError(), null, and simpleUserImportElement().
ilOrgUnitSimpleUserImport::simpleUserImportElement | ( | SimpleXMLElement | $a | ) |
SimpleXMLElement | $a |
Definition at line 60 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().
|
protected |
Definition at line 28 of file class.ilOrgUnitSimpleUserImport.php.
|
protected |
Definition at line 27 of file class.ilOrgUnitSimpleUserImport.php.