1 | <?php declare(strict_types=1); |
||
5 | class ArrayEachValidator extends ArrayValidator |
||
6 | { |
||
7 | protected $validator; |
||
8 | |||
9 | public function __construct(array $params = []) |
||
16 | |||
17 | public function setValidator(ValidatorInterface $validator) : self |
||
22 | |||
23 | public function validate($value, array $context = []): bool |
||
44 | } |
||
45 |