• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout/Header/InfoHelperLink.php
  • Класс: Bitrix\Crm\Service\Timeline\Layout\Header\InfoHelperLink
  • Вызов: InfoHelperLink::toArray
public function toArray(): array
{
	return [
		'type' => 'link',
		'options' => [
			'text' => $this->text,
			'action' => $this->action,
		]
	];
}