| Total Complexity | 2 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 20 | class Standard |
||
| 21 | extends \Aimeos\Base\View\Helper\Base |
||
| 22 | implements \Aimeos\Base\View\Helper\Imageset\Iface |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * Returns the image srcset value for the given image list |
||
| 26 | * |
||
| 27 | * @param array $images List of widths as keys and URLs as values |
||
| 28 | * @param string $fsname File system name the file is stored at |
||
| 29 | * @return string Image srcset value |
||
| 30 | */ |
||
| 31 | public function transform( array $images, $fsname = 'fs-media' ) : string |
||
| 43 |