• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout/Action/Animation.php
  • Класс: Bitrix\Crm\Service\Timeline\Layout\Action\Animation
  • Вызов: Animation::toArray
public function toArray()
{
	return [
		'target' => $this->getTarget(),
		'type' => $this->getType(),
		'forever' => $this->isForever(),
	];
}