entity = new authority(0, $this->id, AUT_TABLE_AUTHORS); $this->isbd = $this->entity->get_isbd(); } public function get_link_see(){ return str_replace("!!type!!", "author",$this->get_generic_link()); } }