• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/buttons/basebutton.php
  • Класс: BitrixUIButtonsBaseButton
  • Вызов: BaseButton::getAttribute
public function getAttribute($name, $defaultValue = null)
{
	return $this->getAttributeCollection()->getAttribute($name, $defaultValue);
}