ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Static Public Member Functions | |
static | setPCProperties (string $a_id, array $a_properties) |
Set the properties of a plugged page content This method is used by ilCOPageExporter to provide the properties. More... | |
static | getPCProperties (string $a_id) |
Get the properties of a plugged page content. More... | |
static | setPCVersion (string $a_id, string $a_version) |
Set the version of a plugged page content This method is used by ilCOPageExporter to provide the version. More... | |
static | getPCVersion (string $a_id) |
Get the version of a plugged page content. More... | |
![]() | |
static | lookupExportDirectory (string $a_obj_type, int $a_obj_id, string $a_export_type='xml', string $a_entity="") |
Static Protected Attributes | |
static array | $pc_properties = array() |
static array | $pc_version = array() |
Additional Inherited Members | |
![]() | |
__construct () | |
setExport (ilExport $a_exp) | |
getExport () | |
getXmlRepresentation (string $a_entity, string $a_schema_version, string $a_id) | |
init () | |
setExportDirectories (string $a_dir_relative, string $a_dir_absolute) | |
getRelativeExportDirectory () | |
getAbsoluteExportDirectory () | |
getXmlExportHeadDependencies (string $a_entity, string $a_target_release, array $a_ids) | |
Get head dependencies. More... | |
getXmlExportTailDependencies (string $a_entity, string $a_target_release, array $a_ids) | |
Get tail dependencies. More... | |
getValidSchemaVersions (string $a_entity) | |
Returns schema versions that the component can export to. More... | |
determineSchemaVersion (string $a_entity, string $a_target_release) | |
![]() | |
string | $dir_relative = "" |
string | $dir_absolute = "" |
ilExport | $exp |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Abstract parent class for all page component plugin exporter classes.
Definition at line 23 of file class.ilPageComponentPluginExporter.php.
|
static |
Get the properties of a plugged page content.
Definition at line 57 of file class.ilPageComponentPluginExporter.php.
|
static |
Get the version of a plugged page content.
Definition at line 76 of file class.ilPageComponentPluginExporter.php.
|
static |
Set the properties of a plugged page content This method is used by ilCOPageExporter to provide the properties.
Definition at line 47 of file class.ilPageComponentPluginExporter.php.
Referenced by ilCOPageExporter\getValidSchemaVersions().
|
static |
Set the version of a plugged page content This method is used by ilCOPageExporter to provide the version.
Definition at line 66 of file class.ilPageComponentPluginExporter.php.
Referenced by ilCOPageExporter\getValidSchemaVersions().
|
staticprotected |
Definition at line 33 of file class.ilPageComponentPluginExporter.php.
|
staticprotected |
Definition at line 40 of file class.ilPageComponentPluginExporter.php.