function(string $id, string $name) { $g = $this->class_cfg['arch']['groups']; return (bool)$this->db->update( $this->class_cfg['tables']['groups'], [ $g['group'] => $name ], [ $g['id'] => $id ] ); }