ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
Factory.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 2015, 2016 Richard Klees <richard.klees@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4 
8 interface Factory
9 {
35  public function settings($action = null);
36 
63  public function collapse($action = null);
64 
91  public function expand($action = null);
92 
129  public function add($action = null);
130 
166  public function remove($action = null);
167 
202  public function up($action = null);
203 
238  public function down($action = null);
239 
268  public function back($action = null);
269 
297  public function next($action = null);
298 
318  public function sortAscending($action = null);
319 
339  public function sortDescending($action = null);
340 
359  public function briefcase($action = null);
360 
381  public function user($action = null);
382 
403  public function mail($action = null);
404 
434  public function notification($action = null);
435 
457  public function tag($action = null);
458 
480  public function note($action = null);
481 
503  public function comment($action = null);
504 }
notification($action=null)
description: purpose: > The Notification Glyph allows users to activate / deactivate the notificatio...
$action
next($action=null)
description: purpose: > The Next Glyph indicates a possible change of the view.
back($action=null)
description: purpose: > The Back Glyph indicates a possible change of the view.
down($action=null)
description: purpose: > The Down Glyph allows for manually arranging rows in tables embedded in form...
sortDescending($action=null)
description: purpose: > The Sorting Glyphs indicate the sorting direction of a column in a table as ...
sortAscending($action=null)
description: purpose: > The Sorting Glyphs indicate the sorting direction of a column in a table as ...
expand($action=null)
description: purpose: > The Expand Glyph is used to trigger the display of some neighbouring Contain...
mail($action=null)
description: purpose: > The Mail Glyph provides a shortcut to the mail service.
user($action=null)
description: purpose: > The User Glyph triggers the “Who is online?” Popover in the Top Navigation...
briefcase($action=null)
description: purpose: > The briefcase symbolize some ongoing work that is done.
add($action=null)
description: purpose: > The glyphed add-button serves as stand-in for the respective textual buttons...
This is how a factory for glyphs looks like.
Definition: Factory.php:8
up($action=null)
description: purpose: > The Up Glyph allows for manually arranging rows in tables embedded in forms...
note($action=null)
description: purpose: > The Note Glyph is used to indicate the possibilty of adding notes to an obje...
collapse($action=null)
description: purpose: > The Collapse Glyph is used to trigger the collapsing of some neighbouring Co...
settings($action=null)
description: purpose: > The Settings Glyph triggers opening a Dropdown to edit settings of the displ...
comment($action=null)
description: purpose: > The Comment Glyph is used to indicate the possibilty of adding comments to a...
tag($action=null)
description: purpose: > The Tag Glyph is used to indicate the possibility of adding tags to an objec...