| 1 | <?php |
||
| 8 | class Filters |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @var array |
||
| 12 | */ |
||
| 13 | protected $items; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @param array $items |
||
| 17 | */ |
||
| 18 | public function __construct(array $items) |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @param NormalizedValue $normalizedValue |
||
| 25 | * @return Filters\FilterReportInterface[] |
||
| 26 | */ |
||
| 27 | public function matches(NormalizedValue $normalizedValue) |
||
| 38 | } |