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