| 1 | <?php |
||
| 20 | class GroupsExclusionStrategy extends ExclusionStrategy |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @var string[] |
||
| 24 | */ |
||
| 25 | private $groups; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @param string[] $groups |
||
| 29 | */ |
||
| 30 | public function __construct(array $groups) |
||
| 34 | |||
| 35 | /** |
||
| 36 | * {@inheritdoc} |
||
| 37 | */ |
||
| 38 | public function skipProperty(PropertyMetadataInterface $property, ContextInterface $context) |
||
| 48 | } |
||
| 49 |