3 declare(strict_types=1);
    67     abstract public function getResolvedLink(
bool $with_parameters = 
true): string;
    78                 'position' => $position,
    87             $parameter->toXML($writer);
 
DateTimeImmutable $create_date
 
DateTimeImmutable $last_update
 
toXML(ilXmlWriter $writer, int $position)
 
xmlEndTag(string $tag)
Writes an endtag. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
__construct(int $webr_id, int $link_id, string $title, ?string $description, string $target, bool $active, DateTimeImmutable $create_date, DateTimeImmutable $last_update, array $parameters)
 
getResolvedLink(bool $with_parameters=true)
 
__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) 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...