X::adump($ctrl->db->isAggregateFunction("name")); // false X::adump($ctrl->db->isAggregateFunction("ID")); // true
function(string $f) { $cls = '\\bbn\\Db\\languages\\'.$this->engine; return $cls::isAggregateFunction($f); }