1 | <?php |
||
10 | class FeedParserFile extends \SimplePie_File |
||
11 | { |
||
12 | protected $http; |
||
13 | /** @noinspection PhpMissingParentConstructorInspection */ |
||
14 | |||
15 | /** |
||
16 | * Inititializes the HTTPClient |
||
17 | * |
||
18 | * We ignore all given parameters - they are set in DokuHTTPClient |
||
19 | * |
||
20 | * @inheritdoc |
||
21 | */ |
||
22 | public function __construct( |
||
42 | |||
43 | /** @inheritdoc */ |
||
44 | public function headers() |
||
48 | |||
49 | /** @inheritdoc */ |
||
50 | public function body() |
||
54 | |||
55 | /** @inheritdoc */ |
||
56 | public function close() |
||
60 | } |
||
61 |