| 1 | <?php |
||
| 12 | class ReaderFactory extends AbstractFactory |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @return object|Reader|ReaderInterface |
||
| 16 | */ |
||
| 17 | public function create() |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @return Combine |
||
| 31 | */ |
||
| 32 | protected function getCombine() |
||
| 36 | |||
| 37 | /** |
||
| 38 | * @return Reader|ReaderInterface |
||
| 39 | */ |
||
| 40 | protected function getReader() |
||
| 44 | } |