entity = new authority(0, $this->id, AUT_TABLE_SUB_COLLECTIONS); $this->isbd = $this->entity->get_object_instance()->name; } public function get_link_see(){ return str_replace("!!type!!", "subcollection",$this->get_generic_link()); } }