コード例 #1
0
ファイル: Library.php プロジェクト: victorfcm/VuFind-Plus
 public function clearFacets()
 {
     $facets = new LibraryFacetSetting();
     $facets->libraryId = $this->libraryId;
     $facets->delete();
     $this->facets = array();
 }