ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
Factory.php
Go to the documentation of this file.
1 <?php declare(strict_types=1);
2 
4 
10 interface Factory
11 {
53  public function icon() : Icon\Factory;
54 
103  public function glyph() : Glyph\Factory;
104 
105 
158  public function avatar() : Avatar\Factory;
159 }
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.
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.