Пример #1
0
 /**
  * Does the OpenURL configuration indicate that we should display OpenURLs in
  * the specified context?
  *
  * @param string $area 'results', 'record' or 'holdings'
  *
  * @return bool
  */
 public function openURLActive($area)
 {
     return parent::openURLActive($area);
 }