• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout/Footer/IconButton.php
  • Класс: Bitrix\Crm\Service\Timeline\Layout\Footer\IconButton
  • Вызов: IconButton::setColor
public function setColor(?string $color): self
{
	$this->color = $color;

	return $this;
}