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