Documentation

dataviewItem
in package

Dashboard dataview item object

Tags
author

Stefan Seehafer sea75300@yahoo.de

copyright

(c) 2025, Stefan Seehafer

license

http://www.gnu.org/licenses/gpl.txt GPLv3

since
5.3.0-a1

Table of Contents

TYPE_BOOLICON  = 'BoolIcon'
TYPE_ICONS  = 'icons'
TYPE_LINK  = 'link'
TYPE_TEXT  = 'text'
$align  : string
Item value align
$class  : string
Item value align
$size  : string|int
Item col size
$type  : string
Item type
$value  : mixed
Item value
__construct()  : mixed
Constructor
getAlign()  : string
Returns align
getClass()  : string
Get css class
getSize()  : string|int
Returns size
getType()  : string
Returns type
getValue()  : mixed
Returns value

Constants

Properties

Methods

__construct()

Constructor

public __construct(mixed $value, string $type[, string $align = '' ][, string|int $size = '' ][, string $class = '' ]) : mixed
Parameters
$value : mixed
$type : string
$align : string = ''
$size : string|int = ''
$class : string = ''
Return values
mixed

getAlign()

Returns align

public getAlign() : string
Return values
string

getClass()

Get css class

public getClass() : string
Return values
string

getSize()

Returns size

public getSize() : string|int
Return values
string|int

getType()

Returns type

public getType() : string
Return values
string

getValue()

Returns value

public getValue() : mixed
Return values
mixed

Search results