| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Importer class for media casts. More...
 Inheritance diagram for ilMediaCastImporter:
 Inheritance diagram for ilMediaCastImporter: Collaboration diagram for ilMediaCastImporter:
 Collaboration diagram for ilMediaCastImporter:| Public Member Functions | |
| init () | |
| Initialisation. | |
| importXmlRepresentation ($a_entity, $a_id, $a_xml, $a_mapping) | |
| Import XML. | |
|  Public Member Functions inherited from ilXmlImporter | |
| __construct () | |
| Constructor. | |
| setInstallId ($a_val) | |
| Set installation id. | |
| getInstallId () | |
| Get installation id. | |
| setInstallUrl ($a_val) | |
| Set installation url. | |
| getInstallUrl () | |
| Get installation url. | |
| setSchemaVersion ($a_val) | |
| Set schema version. | |
| getSchemaVersion () | |
| Get schema version. | |
| setImportDirectory ($a_val) | |
| Set import directory. | |
| getImportDirectory () | |
| Get import directory. | |
| setSkipEntities ($a_val) | |
| Set skip entities. | |
| getSkipEntities () | |
| Get skip entities. | |
| finalProcessing ($a_mapping) | |
| Final processing. | |
| Additional Inherited Members | |
|  Protected Attributes inherited from ilXmlImporter | |
| $skip_entities = array() | |
Importer class for media casts.
Definition at line 13 of file class.ilMediaCastImporter.php.
| ilMediaCastImporter::importXmlRepresentation | ( | $a_entity, | |
| $a_id, | |||
| $a_xml, | |||
| $a_mapping | |||
| ) | 
Import XML.
| @return | 
Reimplemented from ilXmlImporter.
Definition at line 33 of file class.ilMediaCastImporter.php.
References ilXmlImporter\getSchemaVersion().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilMediaCastImporter::init | ( | ) | 
Initialisation.
Reimplemented from ilXmlImporter.
Definition at line 19 of file class.ilMediaCastImporter.php.