コード例 #1
0
ファイル: SolrMarc.php プロジェクト: jlehmus/NDL-VuFind2
 /**
  * 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, '\\.-');
 }