Back to PhocacartRenderAdmincolumns class

Method heightHeader

public
heightHeader
(mixed &$options)

Method heightHeader - Source code

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