Back to PhocacartRenderAdmincolumns class

Method widthHeader

public
widthHeader
(mixed &$options)

Method widthHeader - Source code

public function widthHeader(&$options)
{
    $data = array('class' => 'ph-upc', 'title' => 'COM_PHOCACART_FIELD_WIDTH_LABEL', 'tool' => 'searchtools.sort', 'column' => 'a.width');
    return $this->renderHeaderColumn($data, $options);
}