Total Complexity | 3 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
20 | class Standard |
||
21 | extends \Aimeos\MW\View\Helper\Base |
||
22 | implements \Aimeos\MW\View\Helper\Image\Iface |
||
23 | { |
||
24 | /** |
||
25 | * Returns the HTML image tag for the given media item |
||
26 | * |
||
27 | * @param \Aimeos\MShop\Media\Item\Iface $media Media item |
||
28 | * @return string HTML image tag |
||
29 | */ |
||
30 | public function transform( \Aimeos\MShop\Media\Item\Iface $media ) : string |
||
55 |