| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/ui/lib/buttons/split/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/modules/ui/lib/buttons/split/sendbutton.php |
<?php
namespace Bitrix\UI\Buttons\Split;
use Bitrix\Main\Localization\Loc;
use Bitrix\UI\Buttons\Color;
class SendButton extends Button
{
/**
* @return array
*/
protected function getDefaultParameters()
{
return [
'text' => Loc::getMessage('UI_BUTTONS_SEND_BTN_TEXT'),
'color' => Color::SUCCESS,
];
}
}