45 public function get(
$table, $parentId, $rowId, $field =
null);
55 public function remove(
$table, $parentId, $rowId);
66 public function has(
$table, $parentId, $rowId, $field =
null);
setRow($table, $parentId, $rowId, $value)
setField($table, $parentId, $rowId, $field, $value)
has($table, $parentId, $rowId, $field=null)