コード例 #1
0
ファイル: Summon.php プロジェクト: no-reply/cbpl-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();
 }