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