Documentation

row
in package
implements JsonSerializable

Data view row column component

Tags
author

Stefan Seehafer sea75300@yahoo.de

Interfaces, Classes, Traits and Enums

JsonSerializable

Table of Contents

$class  : int
Row class
$columns  : int
Row columns
$isheadline  : bool
Row is headline
$isNotFound  : bool
Row contains not found
__construct()  : mixed
Konstruktor

Properties

$class

Row class

protected int $class = ''

$columns

Row columns

protected int $columns = []

$isheadline

Row is headline

protected bool $isheadline = false

$isNotFound

Row contains not found

protected bool $isNotFound = false

Methods

__construct()

Konstruktor

public __construct(array<string|int, mixed> $columns[, string $class = '' ][, bool $isheadline = false ][, bool $isNotFound = false ]) : mixed
Parameters
$columns : array<string|int, mixed>
$class : string = ''
$isheadline : bool = false
$isNotFound : bool = false
Return values
mixed

Search results