Back to PhocacartRenderAdmincolumns class

Method hitsHeader

public
hitsHeader
(mixed &$options)

Method hitsHeader - Source code

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