|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilContentPageImporter. More...
Inheritance diagram for ilContentPageImporter:
Collaboration diagram for ilContentPageImporter:Public Member Functions | |||||||
| init () | |||||||
| Init. More... | |||||||
| importXmlRepresentation ($a_entity, $a_id, $a_xml, $a_mapping) | |||||||
Import xml representation.
| |||||||
| finalProcessing ($a_mapping) | |||||||
Final processing.
| |||||||
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... | |||||||
Protected Attributes | |
| $ds | |
Protected Attributes inherited from ilXmlImporter | |
| $skip_entities = array() | |
| $imp | |
Additional Inherited Members | |
Data Fields inherited from ilContentPageObjectConstants | |
| const | OBJ_TYPE = 'copa' |
| const | UI_CMD_VIEW = 'view' |
| const | UI_CMD_EDIT = 'edit' |
| const | UI_CMD_UPDATE = 'update' |
| const | UI_CMD_COPAGE_DOWNLOAD_FILE = 'downloadFile' |
| const | UI_CMD_COPAGE_DISPLAY_FULLSCREEN = 'displayMediaFullscreen' |
| const | UI_CMD_COPAGE_DOWNLOAD_PARAGRAPH = 'download_paragraph' |
| const | UI_TAB_ID_CONTENT = 'content' |
| const | UI_TAB_ID_INFO = 'info_short' |
| const | UI_TAB_ID_SETTINGS = 'settings' |
| const | UI_TAB_ID_ICON = 'icon' |
| const | UI_TAB_ID_STYLE = 'style' |
| const | UI_TAB_ID_LP = 'learning_progress' |
| const | UI_TAB_ID_EXPORT = 'export' |
| const | UI_TAB_ID_PERMISSIONS = 'perm_settings' |
Class ilContentPageImporter.
Definition at line 7 of file class.ilContentPageImporter.php.
| ilContentPageImporter::finalProcessing | ( | $a_mapping | ) |
Final processing.
| array | mapping array |
Reimplemented from ilXmlImporter.
Definition at line 35 of file class.ilContentPageImporter.php.
References ilPageObject\_writeParentId(), and ilObjectFactory\getInstanceByObjId().
Here is the call graph for this function:| ilContentPageImporter::importXmlRepresentation | ( | $a_entity, | |
| $a_id, | |||
| $a_xml, | |||
| $a_mapping | |||
| ) |
Import xml representation.
| string | entity |
| string | target release |
| string | id |
Reimplemented from ilXmlImporter.
Definition at line 27 of file class.ilContentPageImporter.php.
References $parser, and ilXmlImporter\getSchemaVersion().
Here is the call graph for this function:| ilContentPageImporter::init | ( | ) |
Init.
Reimplemented from ilXmlImporter.
Definition at line 17 of file class.ilContentPageImporter.php.
References ilXmlImporter\getImportDirectory().
Here is the call graph for this function:
|
protected |
Definition at line 12 of file class.ilContentPageImporter.php.