Your IP : 3.129.243.161


Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/modules/ui/lib/buttons/
Upload File :
Current File : /var/www/www-root/data/www/monolith-realty.ru/bitrix/modules/ui/lib/buttons/settingsbutton.php

<?php

namespace Bitrix\UI\Buttons;

class SettingsButton extends Button
{
	/**
	 * @return array
	 */
	protected function getDefaultParameters()
	{
		return [
			'icon' => Icon::SETTING,
			'color' => Color::LIGHT_BORDER,
			'dropdown' => false,
		];
	}

	/**
	 * @return string
	 */
	public static function getJsClass()
	{
		return 'BX.UI.Button';
	}
}