예제 #1
0
파일: Summon.php 프로젝트: tillk/vufind
 /**
  * Get the OpenURL parameters to represent this record (useful for the
  * title attribute of a COinS span tag).
  *
  * @return string OpenURL parameters.
  */
 public function getOpenURL()
 {
     return isset($this->fields['openUrl']) ? $this->fields['openUrl'] : parent::getOpenURL();
 }