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