ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\UI\Implementation\Component\Link Namespace Reference

Data Structures

class  Bulky
 
class  Factory
 
class  Link
 This implements commonalities between Links. More...
 
class  Renderer
 
class  Standard
 

Enumerations

enum  RelationshipForInternalUse : string implements IsRelationship { TAG = 'tag' }
 

Enumeration Type Documentation

◆ RelationshipForInternalUse

Enumerator
TAG 

Definition at line 25 of file RelationshipForInternalUse.php.

26{
27 case HELP = 'help';
28 case NEXT = 'next';
29 case PREV = 'prev';
30 case SEARCH = 'search';
31 case TAG = 'tag';
32}