Documentation

ColumnInterface

This is a ColumnInterface, all column classes must implmenting this interface

Tags
author

Eric Huang eric.huang@atelli.ai

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

validate()

validate

public validate(mixed $value) : bool
Parameters
$value : mixed
Return values
bool

Search results