Помощь по переменным

Добрый день) нужна помощь. по Переменным.
как можно модулем расширить метод.
файл: app\Tygh\Template\Snippet\Table\ProductVariable.php

Метод: public static function attributes()
{
return array(
‘item_id’, ‘product_id’, ‘product_code’, ‘name’, ‘price’, ‘amount’, ‘product_status’, ‘deleted_product’,
‘discount’, ‘company_id’, ‘base_price’, ‘original_price’, ‘cart_id’, ‘tax’, ‘subtotal’, ‘display_subtotal’,
‘shipped_amount’, ‘shipment_amount’, ‘is_accessible’, ‘shared_product’, ‘product_options’, ‘unlimited_download’,
‘is_edp’, ‘edp_shipping’, ‘stored_price’, ‘counter’, ‘main_pair’, ‘image’, ‘options’,
‘raw’ => array(
‘price’, ‘original_price’, ‘subtotal’, ‘display_subtotal’, ‘discount’
)
);
}

хотелось бы как нибудь дописать значения добавить новые переменные