| 1 | <?php |
||
| 11 | class AttributeList extends AbstractAttributeList |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @var Chrisyue\PhpM3u8\M3u8\PropertyReader\PropertyReaderInterface |
||
| 15 | */ |
||
| 16 | public $reader; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @var string |
||
| 20 | */ |
||
| 21 | public $class; |
||
| 22 | |||
| 23 | private $m3u8s; |
||
| 24 | |||
| 25 | protected function getAttributeM3u8s() |
||
| 33 | |||
| 34 | protected function initResult() |
||
| 38 | } |
||
| 39 |