ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
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}