• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout/Action/Animation.php
  • Класс: Bitrix\Crm\Service\Timeline\Layout\Action\Animation
  • Вызов: Animation::setForever
public function setForever(bool $forever = true): self
{
	$this->forever = $forever;

	return $this;
}