| 1 | <?php |
||
| 14 | class CountCriteria extends Criteria |
||
| 15 | { |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @var |
||
| 19 | */ |
||
| 20 | private $field; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * ThisFieldCriteria constructor. |
||
| 24 | * |
||
| 25 | * @param $field |
||
| 26 | */ |
||
| 27 | public function __construct($field) |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @param $model |
||
| 34 | * @param \Prettus\Repository\Contracts\RepositoryInterface $repository |
||
| 35 | * |
||
| 36 | * @return mixed |
||
| 37 | */ |
||
| 38 | public function apply($model, PrettusRepositoryInterface $repository) |
||
| 42 | } |
||
| 43 |