ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
NullSimpleDC.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\XML\Writer\SimpleDC
;
22
23
use
ILIAS\MetaData\Elements\SetInterface
;
24
25
class
NullSimpleDC
implements
SimpleDCInterface
26
{
27
public
function
write
(
28
SetInterface
$set,
29
int
$object_ref_id
30
): \SimpleXMLElement {
31
return
new \SimpleXMLElement(
'<root/>'
);
32
}
33
}
ILIAS\MetaData\XML\Writer\SimpleDC\NullSimpleDC
Definition:
NullSimpleDC.php:26
ILIAS\MetaData\XML\Writer\SimpleDC\NullSimpleDC\write
write(SetInterface $set, int $object_ref_id)
Generates XML in SimpleDC format from a LOM set, specifically for a repository object.
Definition:
NullSimpleDC.php:27
return
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
delivery_method.php:21
ILIAS\MetaData\Elements\SetInterface
Definition:
SetInterface.php:27
ILIAS\MetaData\XML\Writer\SimpleDC\SimpleDCInterface
Definition:
SimpleDCInterface.php:26
ILIAS\MetaData\XML\Writer\SimpleDC
Definition:
NullSimpleDC.php:21
components
ILIAS
MetaData
classes
XML
Writer
SimpleDC
NullSimpleDC.php
Generated on Sat Oct 18 2025 23:03:28 for ILIAS by
1.9.4 (using
Doxyfile
)