ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
WriterInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\XML\Writer
;
22
23
use
ILIAS\MetaData\Elements\SetInterface
;
24
25
interface
WriterInterface
26
{
33
public
function
write
(
SetInterface
$set): \SimpleXMLElement;
34
}
ILIAS\MetaData\XML\Writer\WriterInterface
Definition:
WriterInterface.php:25
SetInterface
ILIAS\MetaData\Elements\SetInterface
Definition:
SetInterface.php:26
ILIAS\MetaData\XML\Writer\WriterInterface\write
write(SetInterface $set)
Currently, this does not write information from markers to xml, so calling this with a set from a sta...
ILIAS\MetaData\XML\Writer
components
ILIAS
MetaData
classes
XML
Writer
WriterInterface.php
Generated on Wed Sep 3 2025 23:03:28 for ILIAS by
1.8.13 (using
Doxyfile
)