entity = new authority(0, $this->id, AUT_TABLE_INDEXINT); $this->isbd = ""; if ($this->entity->get_object_instance()->name_pclass) { $this->isbd .= "[".$this->entity->get_object_instance()->name_pclass."] "; } $this->isbd .= $this->entity->get_object_instance()->name; if ($this->entity->get_object_instance()->comment) { $this->isbd .= " - ".$this->entity->get_object_instance()->comment; } } public function get_link_see(){ return str_replace("!!type!!", "indexint",$this->get_generic_link()); } }