|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Abstract parent class for all page component plugin exporter classes. More...
Inheritance diagram for ilPageComponentPluginExporter:
Collaboration diagram for ilPageComponentPluginExporter: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 Public Member Functions inherited from ilXmlExporter | |
| static | lookupExportDirectory ($a_obj_type, $a_obj_id, $a_export_type='xml', $a_entity="") |
| export directory lookup More... | |
Static Protected Attributes | |
| static | $pc_properties = array() |
| static | $pc_version = array() |
Additional Inherited Members | |
Public Member Functions inherited from ilXmlExporter | |
| __construct () | |
| Constructor. More... | |
| setExport (ilExport $a_exp) | |
| Set export object. More... | |
| getExport () | |
| Get export. More... | |
| getXmlRepresentation ($a_entity, $a_schema_version, $a_id) | |
| Get xml representation. More... | |
| init () | |
| setExportDirectories ($a_dir_relative, $a_dir_absolute) | |
| Export directories. More... | |
| getRelativeExportDirectory () | |
| Get relative export directory. More... | |
| getAbsoluteExportDirectory () | |
| Get absolute export directory. More... | |
| getXmlExportHeadDependencies ($a_entity, $a_target_release, $a_ids) | |
| Get head dependencies. More... | |
| getXmlExportTailDependencies ($a_entity, $a_target_release, $a_ids) | |
| Get tail dependencies. More... | |
| getValidSchemaVersions ($a_entity) | |
| Returns schema versions that the component can export to. More... | |
| determineSchemaVersion ($a_entity, $a_target_release) | |
| Determine schema version. More... | |
Protected Attributes inherited from ilXmlExporter | |
| $dir_relative | |
| $dir_absolute | |
| $exp | |
Abstract parent class for all page component plugin exporter classes.
Definition at line 15 of file class.ilPageComponentPluginExporter.php.
|
static |
Get the properties of a plugged page content.
| string | $a_id |
Definition at line 53 of file class.ilPageComponentPluginExporter.php.
|
static |
Get the version of a plugged page content.
| string | $a_id |
Definition at line 80 of file class.ilPageComponentPluginExporter.php.
|
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.ilPageComponentPluginExporter.php.
|
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.ilPageComponentPluginExporter.php.
|
staticprotected |
Definition at line 25 of file class.ilPageComponentPluginExporter.php.
|
staticprotected |
Definition at line 32 of file class.ilPageComponentPluginExporter.php.