Grid
implements
Item
Table of Contents
Interfaces
- Item
Properties
-
$rows
: RowCollection
-
$totalCountMembers
: int
-
$userIds
: array<string|int, mixed>
Methods
-
__construct()
: mixed
$rows
public
RowCollection
$rows
$totalCountMembers
public
int
$totalCountMembers
$userIds
public
array<string|int, mixed>
$userIds
__construct()
public
__construct(RowCollection $rows, int $totalCountMembers, array<string|int, mixed> $userIds) : mixed
Parameters
-
$rows
: RowCollection
-
-
$totalCountMembers
: int
-
-
$userIds
: array<string|int, mixed>
-