ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilFooterStandardGroups.php File Reference

Go to the source code of this file.

Enumerations

enum  ilFooterStandardGroups : string { SERVICES = 'services' }
 

Enumeration Type Documentation

◆ ilFooterStandardGroups

enum ilFooterStandardGroups : string
Author
Fabian Schmid fabia.nosp@m.n@sr.nosp@m..solu.nosp@m.tion.nosp@m.s
Enumerator
SERVICES 

Definition at line 24 of file class.ilFooterStandardGroups.php.

25{
26 case ACCESSIBILITY = 'accessibility';
27 case LEGAL_INFORMATION = 'legal_information';
28 case SUPPORT = 'support';
29 case SERVICES = 'services';
30
31}