| 1 | <?php |
||
| 7 | class ImageVariable extends AbstractVariable |
||
| 8 | { |
||
| 9 | private $imageFactory; |
||
| 10 | |||
| 11 | 11 | public function __construct($attributes, ImageFactory $imageFactory) |
|
| 17 | |||
| 18 | 11 | public static function make($attributes, ImageFactory $imageFactory) : ImageVariable |
|
| 22 | |||
| 23 | 10 | public function parse() : AbstractVariable |
|
| 38 | } |
||
| 39 |