Record
class Record implements RecordInterface (View source)
CNR Record
Methods
__construct(array $data)
Constructor e.g.
array
getData()
get row data
mixed
getDataByKey(string $key)
get row data for given column
Details
__construct(array $data)
Constructor e.g.
$data = [
"DOMAIN" => "mydomain.com",
"USER" => "test.user",
// ... further column data ...
];
array
getData()
get row data
mixed
getDataByKey(string $key)
get row data for given column