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