| 1 | <?php |
||
| 8 | class ImageParser extends AbstractParser { |
||
| 9 | |||
| 10 | /** |
||
| 11 | * @var ResponsiveFactory |
||
| 12 | */ |
||
| 13 | protected $factory; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * AbstractParser constructor. |
||
| 17 | */ |
||
| 18 | public function __construct() { |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @param $entry |
||
| 26 | * |
||
| 27 | * @return array|mixed |
||
| 28 | */ |
||
| 29 | public function parse($entry) { |
||
| 61 | |||
| 62 | } |
||
| 63 |