ILIAS  release_7 Revision v7.30-3-g800a261c036
Factory.php
Go to the documentation of this file.
1<?php declare(strict_types=1);
2
4
10interface Factory
11{
53 public function icon() : Icon\Factory;
54
103 public function glyph() : Glyph\Factory;
104
105
158 public function avatar() : Avatar\Factory;
159}
An exception for terminatinating execution or to throw for unit testing.