ViewMode
FinalYes
Table of Contents
Constants
Methods
- resolveByWorkMode() : string
- validated() : string
- values() : array<string|int, string>
Constants
DEADLINE
public
mixed
DEADLINE
= 'DEADLINE'
KANBAN
public
mixed
KANBAN
= 'KANBAN'
LIST
public
mixed
LIST
= 'LIST'
PLANNER
public
mixed
PLANNER
= 'PLANNER'
Methods
resolveByWorkMode()
public
static resolveByWorkMode(string|null $workMode) : string
Parameters
- $workMode : string|null
Return values
stringvalidated()
public
static validated(string $viewMode) : string
Parameters
- $viewMode : string
Tags
Return values
stringvalues()
public
static values() : array<string|int, string>