• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout/Body/ContentBlock/Calendar/SharingSlotsList.php
  • Класс: Bitrix\Crm\Service\Timeline\Layout\Body\ContentBlock\Calendar\SharingSlotsList
  • Вызов: SharingSlotsList::getProperties
protected function getProperties(): ?array
{
	return [
		'listItems' => $this->getListItems(),
		'isEditable' => $this->getIsEditable(),
	];
}