Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
tag.php
1<?php
2namespace Bitrix\UI\Buttons;
3
4abstract class Tag
5{
6 const BUTTON = "button";
7 const LINK = "a";
8 const SUBMIT = "submit";
9 const INPUT = "input";
10}