Beispiel #1
0
 /**
  * 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();
 }