ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilContentPageImporter. More...
Public Member Functions | |
init () | |
importXmlRepresentation ($a_entity, $a_id, $a_xml, $a_mapping) | |
finalProcessing ($a_mapping) | |
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 | ) |
Definition at line 35 of file class.ilContentPageImporter.php.
References ilPageObject\_writeParentId(), and ilObjectFactory\getInstanceByObjId().
ilContentPageImporter::importXmlRepresentation | ( | $a_entity, | |
$a_id, | |||
$a_xml, | |||
$a_mapping | |||
) |
Definition at line 27 of file class.ilContentPageImporter.php.
References $parser, and ilXmlImporter\getSchemaVersion().
ilContentPageImporter::init | ( | ) |
Definition at line 17 of file class.ilContentPageImporter.php.
References ilXmlImporter\getImportDirectory().
|
protected |
Definition at line 12 of file class.ilContentPageImporter.php.