• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/office365/dto/dto.php
  • Класс: BitrixCalendarSyncOffice365DtoDto
  • Вызов: Dto::checkConstructException
protected function checkConstructException($key, $value): bool
{
	if (strpos($key, '@') !== false)
	{
		$this->metaFields[$key] = $value;
		return true;
	}

	return false;
}