Back to PhocacartRenderAdmincolumns class

Method type_category_feedHeader

public
type_category_feedHeader
(mixed &$options)

Method type_category_feedHeader - Source code

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