• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/base/map.php
  • Класс: BitrixCalendarCoreBaseMap
  • Вызов: Map::has
public function has($key): bool
{
	return isset($this->collection[$key]);
}