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); }