| 1 | <?php | ||
| 11 | class WriterFactory extends AbstractFactory | ||
| 12 | { | ||
| 13 | /** | ||
| 14 | * @return Writer|WriterForPhp5Dot3|WriterInterface | ||
| 15 | */ | ||
| 16 | public function create() | ||
| 26 | |||
| 27 | /** | ||
| 28 | * @return Writer|WriterForPhp5Dot3|WriterInterface | ||
| 29 | */ | ||
| 30 | protected function getWriter() | ||
| 40 | |||
| 41 | /** | ||
| 42 | * @return boolean | ||
| 43 | */ | ||
| 44 | protected function phpVersionLessThen5Dot4() | ||
| 48 | } |