1 | <?php |
||
9 | final class Discriminator extends ValueObject |
||
10 | { |
||
11 | private $mapping = []; |
||
12 | |||
13 | private $propertyName; |
||
14 | |||
15 | 2 | public function __construct( |
|
25 | |||
26 | 2 | public function getMapping(): array |
|
30 | |||
31 | 2 | public function getPropertyName(): string |
|
35 | |||
36 | 2 | protected function normalizeOptionalProperties(): array |
|
42 | |||
43 | 2 | protected function normalizeRequiredProperties(): array |
|
49 | } |
||
50 |