|
ILIAS
Release_5_0_x_branch Revision 61816
|
Importer class for blog. More...
Inheritance diagram for ilBlogImporter:
Collaboration diagram for ilBlogImporter:Public Member Functions | |
| init () | |
| Initialisation. | |
| importXmlRepresentation ($a_entity, $a_id, $a_xml, $a_mapping) | |
| Import XML. | |
| finalProcessing ($a_mapping) | |
| Final processing. | |
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. | |
Protected Attributes | |
| $ds | |
Protected Attributes inherited from ilXmlImporter | |
| $skip_entities = array() | |
| ilBlogImporter::finalProcessing | ( | $a_mapping | ) |
Final processing.
| array | mapping array |
Reimplemented from ilXmlImporter.
Definition at line 46 of file class.ilBlogImporter.php.
References ilBlogDataSet\$style_map, ilPageObject\_writeParentId(), ilBlogPosting\lookupBlogId(), and ilObjStyleSheet\writeStyleUsage().
Here is the call graph for this function:| ilBlogImporter::importXmlRepresentation | ( | $a_entity, | |
| $a_id, | |||
| $a_xml, | |||
| $a_mapping | |||
| ) |
Import XML.
| @return |
Reimplemented from ilXmlImporter.
Definition at line 33 of file class.ilBlogImporter.php.
References ilXmlImporter\getImportDirectory(), and ilXmlImporter\getSchemaVersion().
Here is the call graph for this function:| ilBlogImporter::init | ( | ) |
Initialisation.
Reimplemented from ilXmlImporter.
Definition at line 20 of file class.ilBlogImporter.php.
|
protected |
Definition at line 15 of file class.ilBlogImporter.php.