Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
applybutton.php
1<?php
2
3namespace Bitrix\UI\Buttons;
4
6
7class ApplyButton extends Button
8{
12 protected function getDefaultParameters()
13 {
14 return [
15 'text' => Loc::getMessage('UI_BUTTONS_APPLY_BTN_TEXT'),
16 'color' => Color::LIGHT_BORDER,
17 ];
18 }
19}
static getMessage($code, $replace=null, $language=null)
Definition loc.php:29