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