| Total Complexity | 3 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | class Standard |
||
| 21 | extends \Aimeos\Base\View\Helper\Base |
||
| 22 | implements \Aimeos\Base\View\Helper\Attrname\Iface |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * Returns the attribute name with price if available |
||
| 26 | * |
||
| 27 | * @param \Aimeos\MShop\Attribute\Item\Iface $item Attribute item |
||
| 28 | * @return string Attribute name with price (optional) |
||
| 29 | */ |
||
| 30 | public function transform( \Aimeos\MShop\Attribute\Item\Iface $item ) : string |
||
| 49 |