コード例 #1
0
ファイル: SolrDefault.php プロジェクト: no-reply/cbpl-vufind
 /**
  * Get a sortable title for the record (i.e. no leading articles).
  *
  * @return string
  */
 public function getSortTitle()
 {
     return isset($this->fields['title_sort']) ? $this->fields['title_sort'] : parent::getSortTitle();
 }