• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/buttons/buttonattributes.php
  • Класс: BitrixUIButtonsButtonAttributes
  • Вызов: ButtonAttributes::getAttribute
public function getAttribute($name, $defaultValue = null)
{
	return isset($this[$name])? $this[$name] : $defaultValue;
}