19 declare(strict_types=1);
35 $this->
logger = $DIC->logger()->amet();
53 $def = $this->
getADT()->getCopyOfDefinition();
61 $both->addCombinationItem(
'title',
$title, $this->
lng->txt(
'title'));
64 $url->setMaxLength(1000);
66 $both->addCombinationItem(
'url',
$url, $this->
lng->txt(
'url'));
81 $this->
logger->warning(
'Cannot find combination input gui');
85 $combination->getCombinationItem(
'url')->setValue($this->
getADT()->getUrl());
86 $combination->getCombinationItem(
'title')->setValue($this->
getADT()->
getTitle());
importFromPost()
Import from post.
addToForm()
Add element to form.
external link form bridge
isValidADT(ilADT $a_adt)
Is valid type.
__construct(ilADT $a_adt)
__construct(Container $dic, ilPlugin $plugin)