Back to PhocacartRenderAdmincolumns class

Method description_longHeader

public
description_longHeader
(mixed &$options)

Method description_longHeader - Source code

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