ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Data Fields | |
const string | DEFAULT = "view" |
const string | INDEX = "view" |
const string | CREATE = "create" |
const string | SAVE = "save" |
const string | UPDATE_INDEX = "update" |
const string | UPDATE = "edit" |
const string | DELETE_INDEX = "delete" |
const string | DELETE = "confirmedDelete" |
const string | APPLY_FILTER = 'applyFilter' |
const string | RESET_FILTER = 'resetFilter' |
const string | TABLE_ACTIONS = 'getActions' |
Definition at line 23 of file ControlFlowCommand.php.
const string ILIAS\EmployeeTalk\UI\ControlFlowCommand::APPLY_FILTER = 'applyFilter' |
Definition at line 37 of file ControlFlowCommand.php.
const string ILIAS\EmployeeTalk\UI\ControlFlowCommand::CREATE = "create" |
Definition at line 28 of file ControlFlowCommand.php.
const string ILIAS\EmployeeTalk\UI\ControlFlowCommand::DEFAULT = "view" |
Definition at line 25 of file ControlFlowCommand.php.
const string ILIAS\EmployeeTalk\UI\ControlFlowCommand::DELETE = "confirmedDelete" |
Definition at line 35 of file ControlFlowCommand.php.
const string ILIAS\EmployeeTalk\UI\ControlFlowCommand::DELETE_INDEX = "delete" |
Definition at line 34 of file ControlFlowCommand.php.
const string ILIAS\EmployeeTalk\UI\ControlFlowCommand::INDEX = "view" |
Definition at line 26 of file ControlFlowCommand.php.
const string ILIAS\EmployeeTalk\UI\ControlFlowCommand::RESET_FILTER = 'resetFilter' |
Definition at line 38 of file ControlFlowCommand.php.
const string ILIAS\EmployeeTalk\UI\ControlFlowCommand::SAVE = "save" |
Definition at line 29 of file ControlFlowCommand.php.
const string ILIAS\EmployeeTalk\UI\ControlFlowCommand::TABLE_ACTIONS = 'getActions' |
Definition at line 40 of file ControlFlowCommand.php.
const string ILIAS\EmployeeTalk\UI\ControlFlowCommand::UPDATE = "edit" |
Definition at line 32 of file ControlFlowCommand.php.
const string ILIAS\EmployeeTalk\UI\ControlFlowCommand::UPDATE_INDEX = "update" |
Definition at line 31 of file ControlFlowCommand.php.