|
ILIAS
trunk Revision v12.0_alpha-16-g3e876e53c80
|
Inheritance diagram for ilConditionsImporter:
Collaboration diagram for ilConditionsImporter:Public Member Functions | |
| init () | |
| 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 Member Functions | |
| determineRootIdOfImportTree (ilImportMapping $mapping) | |
| updateInfosWithMapping (InfoCollection $infos, ilImportMapping $mapping) | |
| updateConditionsWithMapping (array $conditions, ilImportMapping $mapping) | |
| countObligatory (array $conditions) | |
| getNewRefId (int $old_ref_id, ilImportMapping $mapping) | |
Protected Attributes | |
| const string | ENTITY = 'cond' |
| ConditionExportFactory | $factory |
Protected Attributes inherited from ilXmlImporter | |
| array | $skip_entities = array() |
| ilImport | $imp |
| string | $install_id |
| string | $install_url |
| string | $schema_version |
| string | $import_directory |
Definition at line 24 of file class.ilConditionsImporter.php.
|
protected |
| ilCondition[] | $conditions |
Definition at line 143 of file class.ilConditionsImporter.php.
|
protected |
Definition at line 59 of file class.ilConditionsImporter.php.
|
protected |
Definition at line 155 of file class.ilConditionsImporter.php.
| ilConditionsImporter::importXmlRepresentation | ( | string | $a_entity, |
| string | $a_id, | ||
| string | $a_xml, | ||
| ilImportMapping | $a_mapping | ||
| ) |
Reimplemented from ilXmlImporter.
Definition at line 36 of file class.ilConditionsImporter.php.
| ilConditionsImporter::init | ( | ) |
Reimplemented from ilXmlImporter.
Definition at line 29 of file class.ilConditionsImporter.php.
References $DIC, factory(), and init().
Here is the call graph for this function:
|
protected |
| ilCondition[] | $conditions |
Definition at line 110 of file class.ilConditionsImporter.php.
References ilObject\_lookupObjId().
Here is the call graph for this function:
|
protected |
Definition at line 67 of file class.ilConditionsImporter.php.
References $info, and ilObject\_lookupObjId().
Here is the call graph for this function:
|
protected |
Definition at line 27 of file class.ilConditionsImporter.php.
|
protected |
Definition at line 26 of file class.ilConditionsImporter.php.