ILIAS  release_7 Revision v7.30-3-g800a261c036
Standard.php
Go to the documentation of this file.
1<?php declare(strict_types=1);
2
3/* Copyright (c) 2017 Nils Haagen <nils.haagen@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4
6
10interface Standard extends Icon
11{
12 // std. ILIAS icons:
13 // SELECT distinct title, description from `object_data` where type='typ'
14 public const GRP = 'grp'; //Group object
15 public const CAT = 'cat'; //Category object
16 public const CRS = 'crs'; //Course object
17 public const MOB = 'mob'; //Multimedia object
18 public const MAIL = 'mail'; //Mailmodule object
19 public const SAHS = 'sahs'; //SCORM/AICC Learning Module
20 public const ADM = 'adm'; //Administration Panel object
21 public const USRF = 'usrf'; //User Folder object
22 public const ROLF = 'rolf'; //Role Folder object
23 public const OBJF = 'objf'; //Object-Type Folder object
24 public const USR = 'usr'; //User object
25 public const ROLT = 'rolt'; //Role template object
26 public const LNGF = 'lngf'; //Language Folder object
27 public const LNG = 'lng'; //Language object
28 public const ROLE = 'role'; //Role Object
29 public const DBK = 'dbk'; //Digilib Book
30 public const GLO = 'glo'; //Glossary
31 public const ROOT = 'root'; //Root Folder Object
32 public const LM = 'lm'; //Learning module Object
33 public const FRM = 'frm'; //Forum object
34 public const EXC = 'exc'; //Exercise object
35 public const AUTH = 'auth'; //Authentication settings
36 public const FOLD = 'fold'; //Folder object
37 public const FILE = 'file'; //File object
38 public const TST = 'tst'; //Test object
39 public const QPL = 'qpl'; //Question pool object
40 public const RECF = 'recf'; //RecoveryFolder object
41 public const MEP = 'mep'; //Media pool object
42 public const HTLM = 'htlm'; //HTML LM object
43 public const SVY = 'svy'; //Survey object
44 public const SPL = 'spl'; //Question pool object (Survey)
45 public const CALS = 'cals'; //Calendar Settings
46 public const TRAC = 'trac'; //UserTracking object
47 public const ASSF = 'assf'; //AssessmentFolder object
48 public const STYS = 'stys'; //Style Settings
49 public const CRSG = 'crsg'; //Course grouping object
50 public const WEBR = 'webr'; //Link resource object
51 public const SEAS = 'seas'; //Search settings
52 public const EXTT = 'extt'; //external tools settings
53 public const ADVE = 'adve'; //Advanced editing object
54 public const PS = 'ps'; //Privacy security settings
55 public const NWSS = 'nwss'; //News settings
56 public const FEED = 'feed'; //External Feed
57 public const MCST = 'mcst'; //Media Cast
58 public const RCRS = 'rcrs'; //Remote Course Object
59 public const MDS = 'mds'; //Meta Data settings
60 public const CMPS = 'cmps'; //Component settings / Plugin
61 public const FACS = 'facs'; //File Access settings object
62 public const SVYF = 'svyf'; //Survey Settings
63 public const SESS = 'sess'; //Session object
64 public const MCTS = 'mcts'; //Mediacast settings
65 public const WIKI = 'wiki'; //Wiki
66 public const CRSR = 'crsr'; //Course Reference Object
67 public const CATR = 'catr'; //Category Reference Object
68 public const TAGS = 'tags'; //Tagging settings
69 public const CERT = 'cert'; //Certificate settings
70 public const LRSS = 'lrss'; //Learning resources settings
71 public const ACCS = 'accs'; //Accessibility settings
72 public const MOBS = 'mobs'; //Media Object/Pool settings
73 public const FRMA = 'frma'; //Forum administration
74 public const BOOK = 'book'; //Booking Manager
75 public const SKMG = 'skmg'; //Skill Management
76 public const BLGA = 'blga'; //Blog administration
77 public const PRFA = 'prfa'; //Portfolio administration
78 public const CHTR = 'chtr'; //Chatroom Object
79 public const CHTA = 'chta'; //Chatroom Administration Type
80 public const OTPL = 'otpl'; //Object Template administration
81 public const BLOG = 'blog'; //Blog Object
82 public const DCL = 'dcl'; //Data Collection Object
83 public const POLL = 'poll'; //Poll Object
84 public const HLPS = 'hlps'; //Help Settings
85 public const ITGR = 'itgr'; //Item Group
86 public const RCAT = 'rcat'; //Remote Category Object
87 public const RWIK = 'rwik'; //Remote Wiki Object
88 public const RLM = 'rlm'; //Remote Learning Module Object
89 public const RGLO = 'rglo'; //Remote Glossary Object
90 public const RFIL = 'rfil'; //Remote File Object
91 public const RGRP = 'rgrp'; //Remote Group Object
92 public const RTST = 'rtst'; //Remote Test Object
93 public const ECSS = 'ecss'; //ECS Administration
94 public const TOS = 'tos'; //Terms of Service
95 public const BIBL = 'bibl'; //Bibliographic Object
96 public const SYSC = 'sysc'; //System Check
97 public const CLD = 'cld'; //Cloud Folder
98 public const REPS = 'reps'; //Repository Settings
99 public const CRSS = 'crss'; //Course Settings
100 public const GRPS = 'grps'; //Group Settings
101 public const WBDV = 'wbdv'; //WebDAV Settings
102 public const WBRS = 'wbrs'; //WebResource Settings
103 public const PRTT = 'prtt'; //Portfolio Template Object
104 public const ORGU = 'orgu'; //Organisational Unit
105 public const WIKS = 'wiks'; //Wiki Settings
106 public const EXCS = 'excs'; //Exercise Settings
107 public const TAXS = 'taxs'; //Taxonomy Settings
108 public const BIBS = 'bibs'; //BibliographicAdmin
109 public const AWRA = 'awra'; //Awareness Tool Administration
110 public const LOGS = 'logs'; //Logging Administration
111 public const PRG = 'prg'; //StudyProgramme
112 public const PRGS = 'prgs'; //StudyProgrammeAdmin
113 public const CADM = 'cadm'; //Contact
114 public const GRPR = 'grpr'; //Group Reference Object
115 public const BDGA = 'bdga'; //Badge Settings
116 public const WFE = 'wfe'; //WorkflowEngine
117 public const IASS = 'iass'; //Individual Assessment
118 public const COPA = 'copa'; //Content Page
119 public const CPAD = 'cpad'; //Content Page Admnistration
120 public const BGTK = 'bgtk'; //Background Task
121 public const MME = 'mme'; //Main Menu
122 public const PDFG = 'pdfg'; //PDF Generation
123 public const DSHS = 'dshs'; //Dashboard
124 public const PRSS = 'prss'; //Personal Ressources
125 public const NOTS = 'nots'; //Notes
126 public const LHTS = 'lhts'; //Learning History
127 public const COMS = 'coms'; //Comments
128 public const LTIS = 'ltis'; //LTI
129 public const CMIS = 'cmis'; //xAPI/cmi5
130 public const REP = 'rep'; //Repository
131 public const TASK = 'task'; //Task
132 public const PEAC = 'peac'; //Page Editor Accordion
133 public const PEADL = 'peadl'; //Page Editor Advanced List
134 public const PEADT = 'peadt'; //Page Editor Advanced Tables
135 public const PECD = 'pecd'; //Page Editor Code
136 public const PECH = 'pech'; //Page Editor Consultation Hour
137 public const PECL = 'pecl'; //Page Editor Column Layout
138 public const PECLP = 'peclp'; //Page Editor Clipboard
139 public const PECOM = 'pecom'; //Page Editor Competence
140 public const PECRS = 'pecrs'; //Page Editor Course
141 public const PECRT = 'pecrt'; //Page Editor Certificate
142 public const PECS = 'pecs'; //Page Editor Content Snippet
143 public const PEDT = 'pedt'; //Page Editor Data Table
144 public const PEFL = 'pefl'; //Page Editor File List
145 public const PEIM = 'peim'; //Page Editor Interactive Media
146 public const PELH = 'pelh'; //Page Editor Learning History
147 public const PEMED = 'pemed'; //Page Editor Media
148 public const PEMP = 'pemp'; //Page Editor Map
149 public const PEPD = 'pepd'; //Page Editor Personal Data
150 public const PEPE = 'pepe'; //Page Editor Plugin Element
151 public const PEPL = 'pepl'; //Page Editor Page List
152 public const PEPLH = 'peplh'; //Page Editor Placeholder
153 public const PEQU = 'pequ'; //Page Editor Question
154 public const PERL = 'perl'; //Page Editor Ressource List
155 public const PESC = 'pesc'; //Page Editor Section
156 public const PETMP = 'petmp'; //Page Editor Template
157 public const PEUSR = 'peusr'; //Page Editor User
158 public const LSO = 'lso'; //Learning Sequence
159 public const LSOS = 'lsos'; //Learning Sequence Admin
160 public const ADN = 'adn'; //Administrative Notification
161
165 public function isOutlined() : bool;
166
170 public function withIsOutlined(bool $is_outlined) : Standard;
171}
An exception for terminatinating execution or to throw for unit testing.
This describes how an icon could be modified during construction of UI.
Definition: Icon.php:10
This describes the specific behavior of an ILIAS standard icon.
Definition: Standard.php:11
withIsOutlined(bool $is_outlined)
Get an icon like this, but marked as outlined.
isOutlined()
Is this an outlined Icon?