NavigationBarPanel
Table of Contents
Constants
-
ID_ACTIVITY
= 'activity'
-
ID_AUTOMATION
= 'automation'
-
ID_CALENDAR
= 'calendar'
-
ID_DEADLINES
= 'deadlines'
-
ID_KANBAN
= 'kanban'
-
ID_LIST
= 'list'
-
ID_REPORTS
= 'reports'
Methods
-
__construct()
: mixed
-
get()
: array<string|int, mixed>
-
setBinding()
: self
-
setCustomSectionCode()
: self
-
setItems()
: self
ID_ACTIVITY
public
mixed
ID_ACTIVITY
= 'activity'
ID_AUTOMATION
public
mixed
ID_AUTOMATION
= 'automation'
ID_CALENDAR
public
mixed
ID_CALENDAR
= 'calendar'
ID_DEADLINES
public
mixed
ID_DEADLINES
= 'deadlines'
ID_KANBAN
public
mixed
ID_KANBAN
= 'kanban'
ID_LIST
public
mixed
ID_LIST
= 'list'
ID_REPORTS
public
mixed
ID_REPORTS
= 'reports'
__construct()
public
__construct(int $entityTypeId[, int $categoryId = null ]) : mixed
Parameters
-
$entityTypeId
: int
-
-
$categoryId
: int
= null
-
get()
public
get() : array<string|int, mixed>
Return values
array<string|int, mixed>
setBinding()
public
setBinding(string $key) : self
Parameters
-
$key
: string
-
setCustomSectionCode()
public
setCustomSectionCode(string|null $customSectionCode) : self
Parameters
-
$customSectionCode
: string|null
-
setItems()
public
setItems(array<string|int, mixed> $ids[, string $activeId = '' ]) : self
Parameters
-
$ids
: array<string|int, mixed>
-
-
$activeId
: string
= ''
-