public function associationHeader(&$options)
{
$data = array('class' => 'ph-association', 'title' => 'COM_PHOCACART_FIELD_ASSOCIATION_LABEL');
if (isset($options['association']) && $options['association']) {
return $this->renderHeaderColumn($data, $options);
}
}