Main Page
Related Pages
Modules
Data Structures
Files
getSimpleRecord
(
)
protected
Object simple record.
Returns
array The fields directly hanging from this object.
418
{
419
$record = get_object_vars($this);
420
foreach
($record as $key => $value) {
421
if
($value === NULL) {
422
unset($record[$key]);
423
}
424
}
425
return
$record;
426
}
IcesDBObject
Generated on Tue Nov 1 2016 16:42:23 by
1.8.8