ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
EmployeeTalkPositionAccessLevel.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
21 namespace ILIAS\EmployeeTalk\Talk;
22 
24 {
25  public const string VIEW = 'read_employee_talk';
26  public const string EDIT = 'edit_employee_talk';
27  public const string CREATE = 'create_employee_talk';
28 }