row
in
implements
JsonSerializable
Data view row column component
Table of Contents
$columns | Row columns | int |
---|---|---|
$class | Row class | int |
$isheadline | Row is headline | bool |
$isNotFound | Row contains not found | bool |
__construct() | Konstruktor | mixed |
Properties
$columns
Row columns
protected
int
$columns
= []
$class
Row class
protected
int
$class
= ''
$isheadline
Row is headline
protected
bool
$isheadline
= false
$isNotFound
Row contains not found
protected
bool
$isNotFound
= false
Methods
__construct()
Konstruktor
public
__construct(
$columns :
array
[, $class :
string
= '' ]
[, $isheadline :
bool
= false ]
[, $isNotFound :
bool
= false ]
)
: mixed
Parameters
- $columns : array
- $class : string = ''
- $isheadline : bool = false
- $isNotFound : bool = false