ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
Factory.php
Go to the documentation of this file.
1<?php
2declare(strict_types=1);
3
5
11interface Factory
12{
13
58 public function icon() : Icon\Factory;
59
108 public function glyph() : Glyph\Factory;
109
110
152 public function avatar() : Avatar\Factory;
153}
An exception for terminatinating execution or to throw for unit testing.