ILIAS  trunk Revision v11.0_alpha-1723-g8e69f309bab
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
Factory.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
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 is how a factory for glyphs 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.