Ejemplo n.º 1
0
 /**
  * Get the title of the item that contains this record (i.e. MARC 773s of a
  * journal).
  *
  * @return string
  */
 public function getContainerTitle()
 {
     $result = parent::getContainerTitle();
     return $this->stripTrailingPunctuation($result, '\\.-');
 }