1 | <?php |
||
15 | final class DocumentMapping implements ObjectMappingInterface |
||
16 | { |
||
17 | /** |
||
18 | * @return string |
||
19 | */ |
||
20 | 1 | public function getClass(): string |
|
24 | |||
25 | /** |
||
26 | * @return ConstraintInterface[] |
||
27 | */ |
||
28 | 1 | public function getConstraints(): array |
|
32 | |||
33 | /** |
||
34 | * @return PropertyMappingInterface[] |
||
35 | */ |
||
36 | 1 | public function getPropertyMappings(): array |
|
43 | } |
||
44 |