3require_once
"Services/ADT/classes/Bridges/class.ilADTDBBridge.php";
22 $a_fields[$this->
getElementId() .
"_long"] = array(
"float", $this->
getADT()->getLongitude());
23 $a_fields[$this->
getElementId() .
"_lat"] = array(
"float", $this->
getADT()->getLatitude());
24 $a_fields[$this->
getElementId() .
"_zoom"] = array(
"integer", $this->
getADT()->getZoom());
An exception for terminatinating execution or to throw for unit testing.
ADT DB bridge base class.
getElementId()
Get element id.
supportsDefaultValueColumn()
true if table storage relies on the default 'value' column
prepareInsert(array &$a_fields)
Prepare ADT values for insert.
isValidADT(ilADT $a_adt)
Check if given ADT is valid.
readRecord(array $a_row)
Import DB values to ADT.