| 1 | <?php |
||
| 16 | class XmlPresenter extends BasePresenter implements Presenter |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @return string |
||
| 20 | */ |
||
| 21 | public function format() |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @return string |
||
| 28 | * |
||
| 29 | * @throws \Exception |
||
| 30 | */ |
||
| 31 | public function contents() |
||
| 44 | |||
| 45 | /** |
||
| 46 | * @param array $rows |
||
| 47 | * @param array $lines |
||
| 48 | * |
||
| 49 | * @return string |
||
| 50 | */ |
||
| 51 | protected function writeXml(array $rows, array $lines = []) |
||
| 66 | } |
||
| 67 |