ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Abstract parent class for all page component plugin importer classes. More...
Static Public Member Functions | |
static | setPCProperties ($a_id, $a_properties) |
Set the properties of a plugged page content This method is used by ilCOPageExporter to provide the properties. More... | |
static | getPCProperties ($a_id) |
Get the properties of a plugged page content. More... | |
static | setPCVersion ($a_id, $a_version) |
Set the version of a plugged page content This method is used by ilCOPageExporter to provide the version. More... | |
static | getPCVersion ($a_id) |
Get the version of a plugged page content. More... | |
static | getPCMapping ($a_id, $a_mapping) |
Get the id of the mapped page content The id structure should be irrelevant to child classes The mapped ID shold be used both for getPCProperties() and setPCProperties() when being called in their importXmlRepresentation() More... | |
Static Protected Attributes | |
static | $pc_properties = array() |
static | $pc_version = array() |
Additional Inherited Members | |
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 inherited from ilXmlImporter | |
$skip_entities = array() | |
$imp | |
Abstract parent class for all page component plugin importer classes.
Definition at line 15 of file class.ilPageComponentPluginImporter.php.
|
static |
Get the id of the mapped page content The id structure should be irrelevant to child classes The mapped ID shold be used both for getPCProperties() and setPCProperties() when being called in their importXmlRepresentation()
string | $a_id | |
ilImportMapping | $a_mapping |
Definition at line 99 of file class.ilPageComponentPluginImporter.php.
|
static |
Get the properties of a plugged page content.
string | $a_id |
Definition at line 53 of file class.ilPageComponentPluginImporter.php.
Referenced by ilCOPageImporter\importXmlRepresentation().
|
static |
Get the version of a plugged page content.
string | $a_id |
Definition at line 80 of file class.ilPageComponentPluginImporter.php.
Referenced by ilCOPageImporter\importXmlRepresentation().
|
static |
Set the properties of a plugged page content This method is used by ilCOPageExporter to provide the properties.
string | $a_id | |
array | $a_properties |
Definition at line 42 of file class.ilPageComponentPluginImporter.php.
Referenced by ilCOPageImporter\importXmlRepresentation().
|
static |
Set the version of a plugged page content This method is used by ilCOPageExporter to provide the version.
string | $a_id | |
string | $a_version |
Definition at line 69 of file class.ilPageComponentPluginImporter.php.
Referenced by ilCOPageImporter\importXmlRepresentation().
|
staticprotected |
Definition at line 25 of file class.ilPageComponentPluginImporter.php.
|
staticprotected |
Definition at line 32 of file class.ilPageComponentPluginImporter.php.