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