Column
class Column implements ColumnInterface (View source)
CNR Column
Properties
| int | $length | count of column data entries |
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