ViewHelper
Table of Contents
Constants
-
ACTIVE_TAB
= 'active_tab'
-
VIEW_ACTIVE_SPRINT
= 'active_sprint'
-
VIEW_COMPLETED_SPRINT
= 'completed_sprint'
-
VIEW_PLAN
= 'plan'
Methods
-
__construct()
: mixed
-
getActiveView()
: string
-
saveActiveView()
: void
ACTIVE_TAB
public
mixed
ACTIVE_TAB
= 'active_tab'
VIEW_ACTIVE_SPRINT
public
mixed
VIEW_ACTIVE_SPRINT
= 'active_sprint'
VIEW_COMPLETED_SPRINT
public
mixed
VIEW_COMPLETED_SPRINT
= 'completed_sprint'
VIEW_PLAN
public
mixed
VIEW_PLAN
= 'plan'
__construct()
public
__construct([bool|string $siteId = false ]) : mixed
Parameters
-
$siteId
: bool|string
= false
-
getActiveView()
public
getActiveView(mixed $groupId) : string
Parameters
-
$groupId
: mixed
-
saveActiveView()
public
saveActiveView(string|null $view, int $groupId) : void
Parameters
-
$view
: string|null
-
-
$groupId
: int
-