ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
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 */
7 interface Factory {
33  public function settings($action = null);
34 
61  public function collapse($action = null);
62 
89  public function expand($action = null);
90 
127  public function add($action = null);
128 
164  public function remove($action = null);
165 
200  public function up($action = null);
201 
236  public function down($action = null);
237 
266  public function back($action = null);
267 
295  public function next($action = null);
296 
316  public function sortAscending($action = null);
317 
337  public function sortDescending($action = null);
338 
359  public function user($action = null);
360 
381  public function mail($action = null);
382 
412  public function notification($action = null);
413 
435  public function tag($action = null);
436 
458  public function note($action = null);
459 
481  public function comment($action = null);
482 }
notification($action=null)
description: purpose: > The Notification Glyph allows users to activate / deactivate the notificatio...
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...
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:7
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...