| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/main/lib/grid/counter/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/modules/main/lib/grid/counter/type.php |
<?php
namespace Bitrix\Main\Grid\Counter;
class Type
{
const LEFT = 'left';
const LEFT_ALIGNED = 'left-aligned';
const RIGHT = 'right';
}