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