Back to PhocacartRenderAdmincolumns class

Method type_category_feed

public
type_category_feed
(mixed $item, mixed &$options)

Method type_category_feed - Source code

public function type_category_feed($item, &$options)
{
    // textarea in features instead of text like e.g. by title, sku, price
    $item['editclass'] = 'autogrow';
    $item['editfilter'] = 'html';
    return $this->commonColumn($item, $options);
}