DataTableColumnType
extends StringType
in package
Class DataTableColumnType
There are cases where each column is treated differently depending its data type.
Tags
Table of Contents
- DATE = 'date'
- NUMBER = 'number'
- STRING = 'string'
- $value : string
- Instance Value
- __construct() : mixed
- DataTableColumnType constructor.
- asString() : string
- Get the instance value as string.
Constants
DATE
public
mixed
DATE
= 'date'
NUMBER
public
mixed
NUMBER
= 'number'
STRING
public
mixed
STRING
= 'string'
Properties
$value
Instance Value
protected
string
$value
Methods
__construct()
DataTableColumnType constructor.
public
__construct(string $value) : mixed
Parameters
- $value : string
Tags
Return values
mixed —asString()
Get the instance value as string.
public
asString() : string