ILIAS  trunk Revision v11.0_alpha-1769-g99a433fe2dc
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\EmployeeTalk\UI\ControlFlowCommand Interface Reference
+ Collaboration diagram for ILIAS\EmployeeTalk\UI\ControlFlowCommand:

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'
 

Detailed Description

Definition at line 23 of file ControlFlowCommand.php.

Field Documentation

◆ APPLY_FILTER

const string ILIAS\EmployeeTalk\UI\ControlFlowCommand::APPLY_FILTER = 'applyFilter'

Definition at line 37 of file ControlFlowCommand.php.

◆ CREATE

const string ILIAS\EmployeeTalk\UI\ControlFlowCommand::CREATE = "create"

Definition at line 28 of file ControlFlowCommand.php.

◆ DEFAULT

const string ILIAS\EmployeeTalk\UI\ControlFlowCommand::DEFAULT = "view"

Definition at line 25 of file ControlFlowCommand.php.

◆ DELETE

const string ILIAS\EmployeeTalk\UI\ControlFlowCommand::DELETE = "confirmedDelete"

Definition at line 35 of file ControlFlowCommand.php.

◆ DELETE_INDEX

const string ILIAS\EmployeeTalk\UI\ControlFlowCommand::DELETE_INDEX = "delete"

Definition at line 34 of file ControlFlowCommand.php.

◆ INDEX

const string ILIAS\EmployeeTalk\UI\ControlFlowCommand::INDEX = "view"

Definition at line 26 of file ControlFlowCommand.php.

◆ RESET_FILTER

const string ILIAS\EmployeeTalk\UI\ControlFlowCommand::RESET_FILTER = 'resetFilter'

Definition at line 38 of file ControlFlowCommand.php.

◆ SAVE

const string ILIAS\EmployeeTalk\UI\ControlFlowCommand::SAVE = "save"

Definition at line 29 of file ControlFlowCommand.php.

◆ TABLE_ACTIONS

const string ILIAS\EmployeeTalk\UI\ControlFlowCommand::TABLE_ACTIONS = 'getActions'

Definition at line 40 of file ControlFlowCommand.php.

◆ UPDATE

const string ILIAS\EmployeeTalk\UI\ControlFlowCommand::UPDATE = "edit"

Definition at line 32 of file ControlFlowCommand.php.

◆ UPDATE_INDEX

const string ILIAS\EmployeeTalk\UI\ControlFlowCommand::UPDATE_INDEX = "update"

Definition at line 31 of file ControlFlowCommand.php.


The documentation for this interface was generated from the following file: