ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
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 */
3
namespace
ILIAS\UI\Component\Glyph
;
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
203
public
function
up
(
$action
=
null
);
204
240
public
function
down
(
$action
=
null
);
241
271
public
function
back
(
$action
=
null
);
272
300
public
function
next
(
$action
=
null
);
301
321
public
function
sortAscending
(
$action
=
null
);
322
342
public
function
sortDescending
(
$action
=
null
);
343
362
public
function
briefcase
(
$action
=
null
);
363
384
public
function
user
(
$action
=
null
);
385
406
public
function
mail
(
$action
=
null
);
407
437
public
function
notification
(
$action
=
null
);
438
460
public
function
tag
(
$action
=
null
);
461
483
public
function
note
(
$action
=
null
);
484
506
public
function
comment
(
$action
=
null
);
507
532
public
function
like
(
$action
=
null
);
533
558
public
function
love
(
$action
=
null
);
559
584
public
function
dislike
(
$action
=
null
);
585
610
public
function
laugh
(
$action
=
null
);
611
636
public
function
astounded
(
$action
=
null
);
637
662
public
function
sad
(
$action
=
null
);
663
688
public
function
angry
(
$action
=
null
);
689
690
716
public
function
eyeclosed
(
$action
=
null
);
717
743
public
function
eyeopen
(
$action
=
null
);
744
769
public
function
attachment
(
$action
=
null
);
770
803
public
function
reset
(
$action
=
null
);
804
837
public
function
apply
(
$action
=
null
);
838
}
php
An exception for terminatinating execution or to throw for unit testing.
$action
$action
Definition:
consentAdmin.php:140
ILIAS\UI\Component\Glyph\Factory
This is how a factory for glyphs looks like.
Definition:
Factory.php:9
ILIAS\UI\Component\Glyph\Factory\angry
angry($action=null)
ILIAS\UI\Component\Glyph\Factory\settings
settings($action=null)
ILIAS\UI\Component\Glyph\Factory\dislike
dislike($action=null)
ILIAS\UI\Component\Glyph\Factory\mail
mail($action=null)
ILIAS\UI\Component\Glyph\Factory\laugh
laugh($action=null)
ILIAS\UI\Component\Glyph\Factory\user
user($action=null)
ILIAS\UI\Component\Glyph\Factory\love
love($action=null)
ILIAS\UI\Component\Glyph\Factory\expand
expand($action=null)
ILIAS\UI\Component\Glyph\Factory\back
back($action=null)
ILIAS\UI\Component\Glyph\Factory\note
note($action=null)
ILIAS\UI\Component\Glyph\Factory\up
up($action=null)
ILIAS\UI\Component\Glyph\Factory\tag
tag($action=null)
ILIAS\UI\Component\Glyph\Factory\attachment
attachment($action=null)
ILIAS\UI\Component\Glyph\Factory\notification
notification($action=null)
ILIAS\UI\Component\Glyph\Factory\like
like($action=null)
ILIAS\UI\Component\Glyph\Factory\sortDescending
sortDescending($action=null)
ILIAS\UI\Component\Glyph\Factory\reset
reset($action=null)
ILIAS\UI\Component\Glyph\Factory\collapse
collapse($action=null)
ILIAS\UI\Component\Glyph\Factory\next
next($action=null)
ILIAS\UI\Component\Glyph\Factory\eyeclosed
eyeclosed($action=null)
ILIAS\UI\Component\Glyph\Factory\eyeopen
eyeopen($action=null)
ILIAS\UI\Component\Glyph\Factory\down
down($action=null)
ILIAS\UI\Component\Glyph\Factory\comment
comment($action=null)
ILIAS\UI\Component\Glyph\Factory\astounded
astounded($action=null)
ILIAS\UI\Component\Glyph\Factory\sortAscending
sortAscending($action=null)
ILIAS\UI\Component\Glyph\Factory\apply
apply($action=null)
ILIAS\UI\Component\Glyph\Factory\briefcase
briefcase($action=null)
ILIAS\UI\Component\Glyph\Factory\sad
sad($action=null)
ILIAS\UI\Component\Glyph\Factory\add
add($action=null)
ILIAS\UI\Component\Glyph
Definition:
Factory.php:3
src
UI
Component
Glyph
Factory.php
Generated on Thu Oct 2 2025 19:02:04 for ILIAS by
1.9.4 (using
Doxyfile
)