phpDocumentor

DataTableColumnType extends StringType
in package

Class DataTableColumnType

There are cases where each column is treated differently depending its data type.

Tags
category

System

subpackage

Helpers

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

Properties

Methods

__construct()

DataTableColumnType constructor.

public __construct(string $value) : mixed
Parameters
$value : string
Tags
throws
InvalidArgumentException
Return values
mixed

asString()

Get the instance value as string.

public asString() : string
Return values
string

Search results