ILIAS  trunk Revision v5.2.0beta1-34132-g2d4d73d4a0
ILIAS\UI\Implementation\Component\Link\Factory Class Reference
+ Inheritance diagram for ILIAS\UI\Implementation\Component\Link\Factory:
+ Collaboration diagram for ILIAS\UI\Implementation\Component\Link\Factory:

Public Member Functions

 standard (string $label, string $action)
 
 bulky (Symbol $symbol, string $label, URI $action)
 
- Public Member Functions inherited from ILIAS\UI\Component\Listing\Factory
 unordered (array $items)
 

description: purpose: > Unordered Lists are used to display a unordered set of textual elements. More...

 
 ordered (array $items)
 

description: purpose: > Ordered Lists are used to displayed a numbered set of textual elements. More...

 
 descriptive (array $items)
 

description: purpose: > Descriptive Lists are used to display key-value doubles of textual-information. More...

 
 workflow ()
 

description: purpose: > A workflow presents a list of steps that the user should tackle in a defined order. More...

 
 characteristicValue ()
 

description: purpose: > Characteristic Value Listings are used to present characteristic values. More...

 
 entity ()
 

description: purpose: > The Entity Listing yields Entities according to a consumer defined concept and lists them one after the other. More...

 
 property ()
 

description: purpose: > Property Listings will list characteristic, labeled values in a space saving manner. More...

 

Detailed Description

Definition at line 27 of file Factory.php.

Member Function Documentation

◆ bulky()

ILIAS\UI\Implementation\Component\Link\Factory::bulky ( Symbol  $symbol,
string  $label,
URI  $action 
)

Definition at line 40 of file Factory.php.

40  : L\Bulky
41  {
42  return new Bulky($symbol, $label, $action);
43  }

◆ standard()

ILIAS\UI\Implementation\Component\Link\Factory::standard ( string  $label,
string  $action 
)

Definition at line 32 of file Factory.php.

32  : L\Standard
33  {
34  return new Standard($label, $action);
35  }

The documentation for this class was generated from the following file: