| 1 | <?php |
||
| 9 | final class Reference implements |
||
| 10 | Definition, |
||
| 11 | SchemaAggregate, |
||
| 12 | ResponseAggregate, |
||
| 13 | ParameterAggregate, |
||
| 14 | RequestBodyAggregate, |
||
| 15 | HeaderAggregate, |
||
| 16 | SecuritySchemeAggregate, |
||
| 17 | ExampleAggregate, |
||
| 18 | LinkAggregate |
||
| 19 | { |
||
| 20 | private $href; |
||
| 21 | |||
| 22 | 11 | public function __construct(string $href) |
|
| 26 | |||
| 27 | 10 | public function getHref(): string |
|
| 31 | |||
| 32 | 10 | public function jsonSerialize(): ?array |
|
| 38 | } |
||
| 39 |