• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout/Body/ContentBlock.php
  • Класс: Bitrix\Crm\Service\Timeline\Layout\Body\ContentBlock
  • Вызов: ContentBlock::toArray
public function toArray(): array
{
	return [
		'sort' => $this->getSort(),
		'scope' => $this->getScope(),
		'rendererName' => $this->getRendererName(),
		'properties' => $this->getProperties(),
	];
}