• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/ui/webpack/base.php
  • Класс: Bitrix\Crm\UI\Webpack\Base
  • Вызов: Base::setTagAttribute
public function setTagAttribute(string $key, $value): self
{
	if ($key != '')
	{
		$this->tagAttributes[$key] = $value;
	}

	return $this;
}