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

	return $this;
}