- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout/Body/Logo.php
- Класс: Bitrix\Crm\Service\Timeline\Layout\Body\Logo
- Вызов: Logo::toArray
public function toArray(): array
{
return [
'type' => $this->getIconType(),
'iconType' => $this->getIconType(),
'icon' => $this->getIconCode(),
'backgroundUrl' => $this->getBackgroundUrl(),
'backgroundSize' => $this->getBackgroundSize(),
'addIcon' => $this->getAdditionalIconCode(),
'addIconType' => $this->getAdditionalIconType(),
'inCircle' => $this->isInCircle(),
'action' => $this->getAction(),
];
}