19declare(strict_types=1);
78 'position' => $position,
87 $parameter->toXML($writer);
Base class for Web Link items.
Immutable class for Web Link items.
toXML(ilXmlWriter $writer, int $position)
DateTimeImmutable $create_date
getResolvedLink(bool $with_parameters=true)
DateTimeImmutable $last_update
__construct(int $webr_id, int $link_id, string $title, ?string $description, string $target, bool $active, DateTimeImmutable $create_date, DateTimeImmutable $last_update, array $parameters)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
xmlElement(string $tag, $attrs=null, $data=null, $encode=true, $escape=true)
Writes a basic element (no children, just textual content)
xmlEndTag(string $tag)
Writes an endtag.
xmlStartTag(string $tag, ?array $attrs=null, bool $empty=false, bool $encode=true, bool $escape=true)
Writes a starttag.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc