19 declare(strict_types=1);
32 private int $mode = self::MODE_SOAP;
42 $this->category = $cat;
45 public function setMode(
int $a_mode): void
47 $this->mode = $a_mode;
60 public function export(
bool $a_with_header =
true): void
62 if ($this->
getMode() === self::MODE_EXPORT) {
107 $translations = $this->
getCategory()->getObjectTranslation()->getLanguages();
108 foreach ($translations as $translation) {
112 'default' => (
int) $translation->isDefault(),
113 'language' => $translation->getLanguageCode()
116 $this->
xmlElement(
'Title', [], $translation->getTitle());
117 $this->
xmlElement(
'Description', [], $translation->getDescription());
Class for category export.
__construct(?ilObjCategory $cat=null)
xmlSetGenCmt(string $genCmt)
Sets generated comment.
xmlEndTag(string $tag)
Writes an endtag.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static _exportContainerSortingSettings(ilXmlWriter $xml, int $obj_id)
sorting XML-export for all container objects
export(bool $a_with_header=true)
xmlHeader()
Writes xml header.
static _exportContainerSettings(ilXmlWriter $a_xml, int $a_obj_id)
__construct(Container $dic, ilPlugin $plugin)
xmlStartTag(string $tag, ?array $attrs=null, bool $empty=false, bool $encode=true, bool $escape=true)
Writes a starttag.
xmlElement(string $tag, $attrs=null, $data=null, $encode=true, $escape=true)
Writes a basic element (no children, just textual content)
xmlDumpMem(bool $format=true)
Returns xml document from memory.