3 declare(strict_types=1);
31 class Panel implements C\Panel\Panel
40 protected ?C\Dropdown\Standard
$actions = null;
48 $types = [Component::class];
49 $this->checkArgListElements(
"content",
$content, $types);
withActions(C\Dropdown\Standard $actions)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(string $title, $content)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
C Dropdown Standard $actions