@@ -9,6 +9,9 @@ |
||
| 9 | 9 | { |
| 10 | 10 | private $grids; |
| 11 | 11 | |
| 12 | + /** |
|
| 13 | + * @param string $name |
|
| 14 | + */ |
|
| 12 | 15 | public function __construct($name, array $grids) |
| 13 | 16 | { |
| 14 | 17 | parent::__construct($name); |
@@ -78,6 +78,9 @@ |
||
| 78 | 78 | return $this->filterFactory->createExpression($gridMetadata, $filterData); |
| 79 | 79 | } |
| 80 | 80 | |
| 81 | + /** |
|
| 82 | + * @return null|integer |
|
| 83 | + */ |
|
| 81 | 84 | private function getNumberOfRecords(AgentInterface $agent, Query $query) |
| 82 | 85 | { |
| 83 | 86 | if (false === $agent->getCapabilities()->canQueryCount()) { |