- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout/Header.php
- Класс: Bitrix\Crm\Service\Timeline\Layout\Header
- Вызов: Header::toArray
public function toArray(): array
{
return [
'changeStreamButton' => $this->getChangeStreamButton(),
'title' => $this->getTitle(),
'titleAction' => $this->getTitleAction(),
'date' => $this->getDate(),
'datePlaceholder' => $this->getDatePlaceholder(),
'tags' => $this->getTags(),
'user' => $this->getUser(),
'infoHelper' => $this->getInfoHelper(),
];
}