Documentation

rowCol
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

COLTYPE_ELEMENT  = 2
COLTYPE_VALUE  = 1
$class  : int
Column class
$name  : string
Column name
$type  : int
Column type, rowCol::COLTYPE_VALUE or rowCol::COLTYPE_ELEMENT
$value  : mixed
Column value
__construct()  : mixed
Konstruktor

Constants

COLTYPE_ELEMENT

public mixed COLTYPE_ELEMENT = 2

COLTYPE_VALUE

public mixed COLTYPE_VALUE = 1

Properties

$class

Column class

protected int $class = ''

$name

Column name

protected string $name = ''

$type

Column type, rowCol::COLTYPE_VALUE or rowCol::COLTYPE_ELEMENT

protected int $type = 0

$value

Column value

protected mixed $value = ''

Methods

__construct()

Konstruktor

public __construct(string $name[, mixed $value = '' ][, string $class = '' ][, string $type = self::COLTYPE_VALUE ]) : mixed
Parameters
$name : string
$value : mixed = ''
$class : string = ''
$type : string = self::COLTYPE_VALUE
Return values
mixed

Search results