• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/mappers/mapper.php
  • Класс: BitrixCalendarCoreMappersMapper
  • Вызов: Mapper::getCacheMap
protected function getCacheMap(): CoreBaseMap
{
	if (empty(self::$cache[static::class]))
	{
		$this->initCacheMap(static::class);
	}

	return self::$cache[static::class];
}