Grid
AbstractYes
Class Grid
Table of Contents
Methods
- __construct() : mixed
- getHeaders() : array<string|int, mixed>
- getParameters() : array<string|int, mixed>
- getRows() : array<string|int, mixed>
- prepareGroupActions() : array<string|int, mixed>
- prepareHeaders() : array<string|int, mixed>
- prepareRows() : array<string|int, mixed>
- setParameters() : void
- setRows() : void
- setScope() : static
Methods
__construct()
public
__construct([array<string|int, mixed> $rows = [] ][, array<string|int, mixed> $parameters = [] ]) : mixed
Parameters
- $rows : array<string|int, mixed> = []
- $parameters : array<string|int, mixed> = []
getHeaders()
public
getHeaders() : array<string|int, mixed>
Return values
array<string|int, mixed>getParameters()
public
getParameters() : array<string|int, mixed>
Return values
array<string|int, mixed>getRows()
public
getRows() : array<string|int, mixed>
Return values
array<string|int, mixed>prepareGroupActions()
public
abstract prepareGroupActions() : array<string|int, mixed>
Return values
array<string|int, mixed>prepareHeaders()
public
abstract prepareHeaders() : array<string|int, mixed>
Return values
array<string|int, mixed>prepareRows()
public
abstract prepareRows() : array<string|int, mixed>
Return values
array<string|int, mixed>setParameters()
public
setParameters(array<string|int, mixed> $parameters) : void
Parameters
- $parameters : array<string|int, mixed>
setRows()
public
setRows(array<string|int, mixed> $rows) : void
Parameters
- $rows : array<string|int, mixed>
setScope()
public
setScope(string|null $scope) : static
Parameters
- $scope : string|null