Documentation

rowCol
in package
implements JsonSerializable Uses jsonSerializeReturnObject

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  : string
Column class
$name  : string
Column name
$type  : int
Column type, rowCol::COLTYPE_VALUE or rowCol::COLTYPE_ELEMENT
$typeClass  : string
Type class
$value  : mixed
Column value
__construct()  : mixed
Constructor

Constants

COLTYPE_ELEMENT

public mixed COLTYPE_ELEMENT = 2

COLTYPE_VALUE

public mixed COLTYPE_VALUE = 1

Properties

$class

Column class

protected string $class = ''

$name

Column name

protected string $name = ''

$type

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

protected int $type = 0

$typeClass

Type class

protected string $typeClass = ''

$value

Column value

protected mixed $value = ''

Methods

__construct()

Constructor

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

Search results