| 1 | <?php |
||
| 10 | abstract class AbstractAnnotationReadable extends AbstractParentCore |
||
| 11 | { |
||
| 12 | private $children; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @var Chrisyue\PhpM3u8\M3u8\PropertyReader\PropertyReaderInterface |
||
| 16 | */ |
||
| 17 | public $reader; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @var string |
||
| 21 | */ |
||
| 22 | public $class; |
||
| 23 | |||
| 24 | protected function getChildren() |
||
| 32 | |||
| 33 | protected function initResult() |
||
| 37 | |||
| 38 | protected function getChildValue($result, $property) |
||
| 42 | |||
| 43 | protected function setChildValue($result, $property, $value) |
||
| 47 | |||
| 48 | protected function addChildValue($result, $property, $value) |
||
| 52 | } |
||
| 53 |