Back to PhocacartRenderAdmincolumns class

Method points_receivedHeader

public
points_receivedHeader
(mixed &$options)

Method points_receivedHeader - Source code

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