Author: sevein
Date: Fri Apr 20 15:14:22 2012
New Revision: 11486

Log:
Add wrapper method to pager class to get facets

Modified:
   branches/2.0/lib/QubitSearchPager.class.php

Modified: branches/2.0/lib/QubitSearchPager.class.php
==============================================================================
--- branches/2.0/lib/QubitSearchPager.class.php Fri Apr 20 15:09:01 2012        
(r11485)
+++ branches/2.0/lib/QubitSearchPager.class.php Fri Apr 20 15:14:22 2012        
(r11486)
@@ -76,4 +76,9 @@
   {
     return parent::getNbResults();
   }
+
+  public function getFacets()
+  {
+    return $this->resuletSet->getFacets();
+  }
 }

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to