예제 #1
0
파일: EIT.php 프로젝트: 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";
 }