| 1 | <?php |
||
| 10 | final class ExternalDocumentation extends ValueObject |
||
| 11 | { |
||
| 12 | use Properties\Url; |
||
| 13 | use Properties\OptionalDescription; |
||
| 14 | use Properties\OptionalExtensions; |
||
| 15 | |||
| 16 | 5 | public function __construct( |
|
| 25 | |||
| 26 | 5 | public function jsonSerialize(): ?array |
|
| 30 | |||
| 31 | 5 | protected function normalizeOptionalProperties(): array |
|
| 37 | |||
| 38 | 5 | protected function normalizeRequiredProperties(): array |
|
| 44 | } |
||
| 45 |