Grid
extends Common
Table of Contents
Methods
-
getAllColumns()
: array<string|int, mixed>
-
getContext()
: string
-
getId()
: string|null
-
getInstance()
: static
-
getListStateInstance()
: CTaskListState|null
-
getOptions()
: Options|null
-
getUserId()
: int
-
getVisibleColumns()
: array<string|int, mixed>
-
isScrumProject()
: bool
-
setContext()
: static
-
setGanttMode()
: static
-
setScope()
: static
getAllColumns()
public
getAllColumns() : array<string|int, mixed>
Return values
array<string|int, mixed>
getContext()
public
getContext() : string
getId()
public
getId() : string|null
Return values
string|null
getInstance()
public
static getInstance([int $userId = 0 ][, int|null $groupId = 0 ][, string|null $id = null ]) : static
Parameters
-
$userId
: int
= 0
-
-
$groupId
: int|null
= 0
-
-
$id
: string|null
= null
-
getListStateInstance()
public
getListStateInstance() : CTaskListState|null
Return values
CTaskListState|null
getOptions()
public
getOptions() : Options|null
getUserId()
public
getUserId() : int
getVisibleColumns()
public
getVisibleColumns([bool $isExport = false ]) : array<string|int, mixed>
Parameters
-
$isExport
: bool
= false
-
Return values
array<string|int, mixed>
isScrumProject()
public
isScrumProject() : bool
setContext()
public
setContext(string $context) : static
Parameters
-
$context
: string
-
setGanttMode()
public
setGanttMode(bool $isGantt) : static
Parameters
-
$isGantt
: bool
-
setScope()
public
setScope(string $scope) : static
Parameters
-
$scope
: string
-