Exemplo n.º 1
0
Arquivo: EIT.php Projeto: tillk/vufind
 /**
  * Get the COinS identifier.
  *
  * @return string
  */
 protected function getCoinsID()
 {
     // Added at Richard and Leslie's request, to facilitate ILL
     return parent::getCoinsID() . ".ebsco";
 }