Base::setTagAttribute

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. Base
  4. setTagAttribute
  • Модуль: 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;
}

Добавить комментарий