• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/buttons/buttonattributes.php
  • Класс: BitrixUIButtonsButtonAttributes
  • Вызов: ButtonAttributes::setAttributes
public function setAttributes(array $attributes)
{
	list($this->dataAttributes, $this->attributes) = self::splitDataAttributesAndAnother($attributes);

	return $this;
}