\HEXONETRecord

HEXONET Record

Summary

Methods
Properties
Constants
__construct()
getData()
getDataByKey()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct(mixed|string|int  data) : 

Constructor e.g.

$data = array( 'DOMAIN' => 'mydomain.com', 'USER' => 'test.user', // ... further column data ... );

Parameters

mixed|string|int data

data object

Returns

getData()

getData() : mixed|string|int

get row data

Returns

mixed|string|int —

row data

getDataByKey()

getDataByKey(  key) : string|null

get row data for given column

Parameters

key

column name

Returns

string|null —

row data for given column or null if column does not exist