|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Importer class for skills. More...
Inheritance diagram for ilSkillImporter:
Collaboration diagram for ilSkillImporter: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 Attributes | |
| ilSkillDataSet | $ds |
| ilImportConfig | $config |
Protected Attributes inherited from ilXmlImporter | |
| array | $skip_entities = array() |
| ilImport | $imp |
| string | $install_id |
| string | $install_url |
| string | $schema_version |
| string | $import_directory |
Importer class for skills.
Definition at line 26 of file class.ilSkillImporter.php.
| ilSkillImporter::importXmlRepresentation | ( | string | $a_entity, |
| string | $a_id, | ||
| string | $a_xml, | ||
| ilImportMapping | $a_mapping | ||
| ) |
Reimplemented from ilXmlImporter.
Definition at line 43 of file class.ilSkillImporter.php.
References ilXmlImporter\getSchemaVersion().
Here is the call graph for this function:| ilSkillImporter::init | ( | ) |
Reimplemented from ilXmlImporter.
Definition at line 31 of file class.ilSkillImporter.php.
References ilXmlImporter\getImport().
Here is the call graph for this function:
|
protected |
Definition at line 29 of file class.ilSkillImporter.php.
|
protected |
Definition at line 28 of file class.ilSkillImporter.php.