• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/Controller/WorkTime.php
  • Класс: BitrixCrmMobileControllerWorkTime
  • Вызов: WorkTime::getWorkCalendarAction
public function getWorkCalendarAction(): array
{
	$calendar = $this->workTimeService->getData();
	$calendar['TIME_FROM'] = (string)$calendar['TIME_FROM'];
	$calendar['TIME_TO'] = (string)$calendar['TIME_TO'];
	return $calendar;
}