ViewMode
Table of Contents
Constants
-
MODE_ACTIVITIES
= 'ACTIVITIES'
-
MODE_DEADLINES
= 'DEADLINES'
-
MODE_STAGES
= 'STAGES'
Methods
-
getAll()
: array<string|int, string>
-
getDefault()
: string
-
isDatesBasedView()
: bool
-
normalize()
: string
MODE_ACTIVITIES
public
mixed
MODE_ACTIVITIES
= 'ACTIVITIES'
MODE_DEADLINES
public
mixed
MODE_DEADLINES
= 'DEADLINES'
MODE_STAGES
public
mixed
MODE_STAGES
= 'STAGES'
getAll()
public
static getAll() : array<string|int, string>
Return values
array<string|int, string>
getDefault()
public
static getDefault() : string
isDatesBasedView()
public
static isDatesBasedView(string $viewMode) : bool
Parameters
-
$viewMode
: string
-
normalize()
public
static normalize(string $mode) : string
Parameters
-
$mode
: string
-