ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
Factory.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
26use ILIAS\UI\Component\Button\Shy as ShyButton;
28
29class Factory implements I\Factory
30{
31 public function standard(
32 Symbol | Image | ShyButton | ShyLink | string $primary_identifier,
33 Symbol | Image | ShyButton | ShyLink | string $secondary_identifier
34 ): Standard {
35 return new Standard($primary_identifier, $secondary_identifier);
36 }
37}
standard(Symbol|Image|ShyButton|ShyLink|string $primary_identifier, Symbol|Image|ShyButton|ShyLink|string $secondary_identifier)
Definition: Factory.php:31
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This describes a symbol.
Definition: Symbol.php:30