ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilOrgUnitSimpleUserImport. More...
Public Member Functions | |
simpleUserImport ($file_path) | |
simpleUserImportElement (SimpleXMLElement $a) | |
Public Member Functions inherited from ilOrgUnitImporter | |
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 93 of file class.ilOrgUnitSimpleUserImport.php.
References $DIC, $id, $ilDB, $type, ilObjUser\_lookupId(), and ilObject\_lookupObjIdByImportId().
Referenced by simpleUserImportElement().
ilOrgUnitSimpleUserImport::simpleUserImport | ( | $file_path | ) |
$file_path |
Definition at line 18 of file class.ilOrgUnitSimpleUserImport.php.
References $xml, ilOrgUnitImporter\addError(), array, and simpleUserImportElement().
ilOrgUnitSimpleUserImport::simpleUserImportElement | ( | SimpleXMLElement | $a | ) |
SimpleXMLElement | $a |
Definition at line 39 of file class.ilOrgUnitSimpleUserImport.php.
References $action, $attributes, $DIC, ilOrgUnitImporter\addError(), ilOrgUnitImporter\buildRef(), buildUserId(), and string.
Referenced by simpleUserImport().