ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
Factory.php
Go to the documentation of this file.
1 <?php
2 declare(strict_types=1);
3 
5 
11 interface 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 }
This is how a factory for glyphs looks like.
Definition: Factory.php:11
This is how a factory for icons looks like.
Definition: Factory.php:9
icon()
description: purpose: > Icons are quickly comprehensible and recognizable graphics that are presente...
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.