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