Author: sevein
Date: Sat Apr 28 21:54:58 2012
New Revision: 11546

Log:
Add getter in QubitSearchPager

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

Modified: branches/2.0/lib/QubitSearchPager.class.php
==============================================================================
--- branches/2.0/lib/QubitSearchPager.class.php Sat Apr 28 21:53:28 2012        
(r11545)
+++ branches/2.0/lib/QubitSearchPager.class.php Sat Apr 28 21:54:58 2012        
(r11546)
@@ -28,6 +28,17 @@
     $this->resultSet = $resultSet;
   }
 
+  public function __get($name)
+  {
+    switch ($name)
+    {
+      case 'facets':
+        return $this->getFacets();
+
+        break;
+    }
+  }
+
   /**
    * @see sfPager
    */

-- 
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