1 | <?php |
||
7 | class ResultSet extends SimpleResultSet |
||
8 | { |
||
9 | protected $meta; |
||
10 | |||
11 | 3 | public function __construct(array $result, array $rawMeta) |
|
22 | |||
23 | /** |
||
24 | * @param array $default Workaround for http://sphinxsearch.com/bugs/view.php?id=2410 |
||
25 | * |
||
26 | * @return array |
||
27 | */ |
||
28 | public function getSingleRow($default = array()) |
||
36 | |||
37 | public function getMeta() |
||
41 | |||
42 | public function getAllowedCount() |
||
46 | |||
47 | public function getTotalCount() |
||
51 | } |
||
52 |