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