| Total Complexity | 2 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | class Standard |
||
| 21 | extends \Aimeos\Base\View\Helper\Base |
||
| 22 | implements \Aimeos\Base\View\Helper\Typemap\Iface |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * Returns a map with type/ID/item structure |
||
| 26 | * |
||
| 27 | * @param \Aimeos\Map $items List of items implementing \Aimeos\MShop\Common\Item\Type\Iface |
||
| 28 | * @return \Aimeos\Map Map with type/ID/item structure |
||
| 29 | */ |
||
| 30 | public function transform( \Aimeos\Map $items ) : \Aimeos\Map |
||
| 41 |