ColumnInterface
interface ColumnInterface (View source)
Common Column Interface
Methods
__construct(string $key, array $data)
Constructor
string
getKey()
Get column name
array
getData()
Get column data
mixed
getDataByIndex(int $idx)
Get column data at given index
Details
__construct(string $key, array $data)
Constructor
string
getKey()
Get column name
array
getData()
Get column data
mixed
getDataByIndex(int $idx)
Get column data at given index