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