3 declare(strict_types=1);
44 $pages = $this->toArray($pages);
45 $types = array(LightboxPage::class);
46 $this->checkArgListElements(
'pages', $pages, $types);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct($pages, SignalGeneratorInterface $signal_generator)
SignalGeneratorInterface $signal_generator
getPages()
Get the lightbox pages of this modal.LightboxPage[]
__construct(Container $dic, ilPlugin $plugin)