ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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

enum ILIAS::UI::Implementation::Component::Link::RelationshipForInternalUse : string implements IsRelationship
Enumerator
TAG 

Definition at line 25 of file RelationshipForInternalUse.php.

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