| 1 | <?php |
||
| 19 | class BoolQuery extends \Elastica\Query\BoolQuery |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * Adds general filter based on type |
||
| 23 | * |
||
| 24 | * @param string $type Filter type |
||
| 25 | * @param array|\Elastica\Filter\AbstractFilter $args Filter data |
||
| 26 | * @throws \Elastica\Exception\InvalidException |
||
| 27 | * @return \Elastica\Filter\Bool Current object |
||
| 28 | */ |
||
| 29 | protected function _addFilter($type, $args) |
||
| 53 | } |