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