|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilContentPageImporter:
Collaboration diagram for ilContentPageImporter:Public Member Functions | |
| init () | |
| importXmlRepresentation (string $a_entity, string $a_id, string $a_xml, ilImportMapping $a_mapping) | |
| finalProcessing (ilImportMapping $a_mapping) | |
Public Member Functions inherited from ilXmlImporter | |
| __construct () | |
| setImport (ilImport $a_val) | |
| getImport () | |
| init () | |
| setInstallId (string $a_val) | |
| getInstallId () | |
| setInstallUrl (string $a_val) | |
| getInstallUrl () | |
| setSchemaVersion (string $a_val) | |
| getSchemaVersion () | |
| setImportDirectory (string $a_val) | |
| getImportDirectory () | |
| setSkipEntities (array $a_val) | |
| getSkipEntities () | |
| exportedFromSameInstallation () | |
| importXmlRepresentation (string $a_entity, string $a_id, string $a_xml, ilImportMapping $a_mapping) | |
| finalProcessing (ilImportMapping $a_mapping) | |
| afterContainerImportProcessing (ilImportMapping $mapping) | |
Protected Attributes | |
| ilContentPageDataSet | $ds |
Protected Attributes inherited from ilXmlImporter | |
| array | $skip_entities = array() |
| ilImport | $imp |
| string | $install_id |
| string | $install_url |
| string | $schema_version |
| string | $import_directory |
Private Attributes | |
| PageMetricsService | $pageMetricsService |
Additional Inherited Members | |
Data Fields inherited from ilContentPageObjectConstants | |
| const | OBJ_TYPE = 'copa' |
| const | HTTP_PARAM_PAGE_EDITOR_STYLE_CONTEXT = 'page_editor_style' |
| 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_DISPLAY_MEDIA = 'displayMedia' |
| const | UI_CMD_COPAGE_DOWNLOAD_PARAGRAPH = 'download_paragraph' |
| const | UI_CMD_COPAGE_EDIT = 'edit' |
| const | UI_CMD_STYLES_EDIT = 'editStyleProperties' |
| const | UI_TAB_ID_CONTENT = 'content' |
| const | UI_TAB_ID_INFO = 'info_short' |
| const | UI_TAB_ID_SETTINGS = 'settings' |
| const | UI_TAB_ID_STYLE = 'style' |
| const | UI_TAB_ID_I18N = 'i18n' |
| const | UI_TAB_ID_LP = 'learning_progress' |
| const | UI_TAB_ID_EXPORT = 'export' |
| const | UI_TAB_ID_PERMISSIONS = 'perm_settings' |
Definition at line 25 of file class.ilContentPageImporter.php.
| ilContentPageImporter::finalProcessing | ( | ilImportMapping | $a_mapping | ) |
Reimplemented from ilXmlImporter.
Definition at line 49 of file class.ilContentPageImporter.php.
References ilPageObject\_writeParentId(), ilObjectFactory\getInstanceByObjId(), ilImportMapping\getMapping(), ilImportMapping\getMappingsOfEntity(), ILIAS\Repository\int(), and ilPageObject\lookupTranslations().
Here is the call graph for this function:| ilContentPageImporter::importXmlRepresentation | ( | string | $a_entity, |
| string | $a_id, | ||
| string | $a_xml, | ||
| ilImportMapping | $a_mapping | ||
| ) |
Reimplemented from ilXmlImporter.
Definition at line 44 of file class.ilContentPageImporter.php.
References ilXmlImporter\getSchemaVersion().
Here is the call graph for this function:| ilContentPageImporter::init | ( | ) |
Reimplemented from ilXmlImporter.
Definition at line 30 of file class.ilContentPageImporter.php.
References $DIC, and ilXmlImporter\getImportDirectory().
Here is the call graph for this function:
|
protected |
Definition at line 27 of file class.ilContentPageImporter.php.
|
private |
Definition at line 28 of file class.ilContentPageImporter.php.