1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
type.php
См. документацию.
1<?php
2
3namespace Bitrix\Main\Grid\Counter;
4
5class Type
6{
7 const LEFT = 'left';
8 const LEFT_ALIGNED = 'left-aligned';
9 const RIGHT = 'right';
10}
const RIGHT
Определения type.php:9
const LEFT
Определения type.php:7
const LEFT_ALIGNED
Определения type.php:8