ILIAS  release_8 Revision v8.24
ControlFlowCommand.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
22
24{
25 public const DEFAULT = "view";
26 public const INDEX = "view";
27
28 public const CREATE = "create";
29 public const SAVE = "save";
30
31 public const UPDATE_INDEX = "update";
32 public const UPDATE = "edit";
33
34 public const DELETE_INDEX = "delete";
35 public const DELETE = "confirmedDelete";
36
37 public const APPLY_FILTER = 'applyFilter';
38 public const RESET_FILTER = 'resetFilter';
39
40 public const TABLE_ACTIONS = 'getActions';
41}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...