Back to PhocacartRenderAdmincolumns class

Method length

public
length
(mixed $item, mixed &$options)

Method length - Source code

public function length($item, &$options)
{
    $item['value'] = PhocacartPrice::cleanPrice($item['value']);
    return $this->commonColumn($item, $options);
}