コード例 #1
0
ファイル: SolrSup.php プロジェクト: paulusova/VuFind-2.x
 public function getPrimaryAuthor()
 {
     $author = $this->getMainAuthorEntry();
     if (!$author || !is_array($author)) {
         return parent::getPrimaryAuthor();
     }
     return $author['name'];
 }