dataviewItem
in package
Dashboard dataview item object
Tags
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
TYPE_BOOLICON
public
mixed
TYPE_BOOLICON
= 'BoolIcon'
TYPE_ICONS
public
mixed
TYPE_ICONS
= 'icons'
TYPE_LINK
public
mixed
TYPE_LINK
= 'link'
TYPE_TEXT
public
mixed
TYPE_TEXT
= 'text'
Properties
$align
Item value align
private
string
$align
= ''
$class
Item value align
private
string
$class
= ''
$size
Item col size
private
string|int
$size
= ''
$type
Item type
private
string
$type
= ''
$value
Item value
private
mixed
$value
= ''
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