| 1 | <?php |
||
| 14 | class Parser extends Service { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @param PageIdentifier $pageIdentifier |
||
| 18 | * |
||
| 19 | * @return array the parse result (raw from the api) |
||
| 20 | */ |
||
| 21 | public function parsePage( PageIdentifier $pageIdentifier ) { |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @param PageIdentifier $pageIdentifier |
||
| 27 | * |
||
| 28 | * @return PromiseInterface of array the parse result (raw from the api) |
||
| 29 | */ |
||
| 30 | public function parsePageAsync( PageIdentifier $pageIdentifier ) { |
||
| 46 | |||
| 47 | } |
||
| 48 |