ColumnInterface
in
This is a ColumnInterface, all column classes must implmenting this interface
Tags
Table of Contents
- getColumnType() : string
- get column type
- getDataType() : string
- get type name of data
- getName() : string
- get column name
- getType() : TypeInterface
- get type
- validate() : bool
- validate
Methods
getColumnType()
get column type
public
getColumnType() : string
Return values
string —getDataType()
get type name of data
public
getDataType() : string
Return values
string —getName()
get column name
public
getName() : string
Return values
string —getType()
get type
public
getType() : TypeInterface
Return values
TypeInterface —validate()
validate
public
validate(mixed $value) : bool
Parameters
- $value : mixed