• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/office365/dto/dto.php
  • Класс: BitrixCalendarSyncOffice365DtoDto
  • Вызов: Dto::prepareComplexProperty
private function prepareComplexProperty(array $data, $className, $isMandatory = false)
{
	if ($isMandatory)
	{
		return new $className($data);
	}

	return new $className($data ?? []);
}