ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilContentPageImporter. More...
Public Member Functions | |||||||
init () | |||||||
Init. More... | |||||||
importXmlRepresentation ($a_entity, $a_id, $a_xml, $a_mapping) | |||||||
Import xml representation.
| |||||||
finalProcessing ($a_mapping) | |||||||
Final processing.
| |||||||
![]() | |||||||
__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 | |
![]() | |
$skip_entities = array() | |
$imp | |
Additional Inherited Members | |
![]() | |
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().
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().
ilContentPageImporter::init | ( | ) |
Init.
Reimplemented from ilXmlImporter.
Definition at line 17 of file class.ilContentPageImporter.php.
References ilXmlImporter\getImportDirectory().
|
protected |
Definition at line 12 of file class.ilContentPageImporter.php.