ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
Factory.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
22 
28 interface Factory
29 {
70  public function icon(): Icon\Factory;
71 
121  public function glyph(): Glyph\Factory;
122 
175  public function avatar(): Avatar\Factory;
176 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This is how a factory for glyphs looks like.
Definition: Factory.php:26
This is how a factory for icons looks like.
Definition: Factory.php:26
icon()
description: purpose: > Icons are quickly comprehensible and recognizable graphics.
glyph()
description: purpose: > Glyphs map a generally known concept or symbol to a specific concept in ILIA...
avatar()
description: purpose: > Avatars are graphical representations of a user.