function(string $id_keycol) { if ($id_db = $this->dbIdFromItem($id_keycol) && ($r = $this->o->code($id_db)) ) { return $r; } return null; }