1 | <?php |
||
19 | class YamlContent extends Content implements ContentInterface |
||
20 | { |
||
21 | /** |
||
22 | * Return the content as an array |
||
23 | * |
||
24 | * @return array |
||
25 | * @throws \NeedleProject\FileIo\Exception\ContentException |
||
26 | */ |
||
27 | public function getArray(): array |
||
40 | |||
41 | /** |
||
42 | * {@inheritdoc} |
||
43 | * @return \stdClass |
||
44 | */ |
||
45 | public function getObject() |
||
49 | } |
||
50 |