ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ProcessLockModes.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
23 enum ProcessLockModes: string
24 {
25  case ASS_PROC_LOCK_MODE_NONE = 'none';
26  case ASS_PROC_LOCK_MODE_FILE = 'file';
27  case ASS_PROC_LOCK_MODE_DB = 'db';
28 }