1 | <?php |
||
20 | class VersionExclusionStrategy extends ExclusionStrategy |
||
21 | { |
||
22 | /** |
||
23 | * @var string |
||
24 | */ |
||
25 | private $version; |
||
26 | |||
27 | /** |
||
28 | * @param string $version |
||
29 | */ |
||
30 | public function __construct($version) |
||
34 | |||
35 | /** |
||
36 | * {@inheritdoc} |
||
37 | */ |
||
38 | 64 | public function skipProperty(PropertyMetadataInterface $property, ContextInterface $context) |
|
50 | } |
||
51 |