ILIAS  trunk Revision v11.0_alpha-1769-g99a433fe2dc
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
LSOPageType.php File Reference

Go to the source code of this file.

Enumerations

enum  LSOPageType : string { EXTRO = 'lsoe' }
 

Enumeration Type Documentation

◆ LSOPageType

enum LSOPageType : string
Enumerator
EXTRO 

Definition at line 21 of file LSOPageType.php.

21  : string
22 {
23  case INTRO = 'lsoi';
24  case EXTRO = 'lsoe';
25 }