|
| __construct () |
| Constructor. More...
|
|
| getXmlRepresentation (string $a_entity, string $a_schema_version, string $a_id) |
|
| getXmlExportTailDependencies (string $a_entity, string $a_target_release, array $a_ids) |
|
| getValidSchemaVersions (string $a_entity) |
|
| init () |
|
| __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) |
|
|
static | lookupExportDirectory (string $a_obj_type, int $a_obj_id, string $a_export_type='xml', string $a_entity="") |
|
◆ __construct()
ilWebResourceExporter::__construct |
( |
| ) |
|
◆ getValidSchemaVersions()
ilWebResourceExporter::getValidSchemaVersions |
( |
string |
$a_entity | ) |
|
Definition at line 94 of file class.ilWebResourceExporter.php.
98 "namespace" =>
"http://www.ilias.de/Modules/WebResource/webr/4_1",
99 "xsd_file" =>
"ilias_webr_4_1.xsd",
100 "uses_dataset" =>
false,
◆ getXmlExportTailDependencies()
ilWebResourceExporter::getXmlExportTailDependencies |
( |
string |
$a_entity, |
|
|
string |
$a_target_release, |
|
|
array |
$a_ids |
|
) |
| |
Definition at line 63 of file class.ilWebResourceExporter.php.
References $id.
71 "component" =>
"components/ILIAS/ILIASObject",
77 foreach ($a_ids as
$id) {
78 $md_ids[] = $id .
':0:webr';
80 if (!empty($md_ids)) {
82 'component' =>
'components/ILIAS/MetaData',
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
◆ getXmlRepresentation()
ilWebResourceExporter::getXmlRepresentation |
( |
string |
$a_entity, |
|
|
string |
$a_schema_version, |
|
|
string |
$a_id |
|
) |
| |
◆ init()
ilWebResourceExporter::init |
( |
| ) |
|
◆ $logger
◆ $writer
The documentation for this class was generated from the following file: