• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/mappers/section.php
  • Класс: BitrixCalendarCoreMappersSection
  • Вызов: Section::prepareArrayEntityForDB
private function prepareArrayEntityForDB($entity): array
{
	$arrayEntity = $this->convertToArray($entity);
	if (!empty($arrayEntity['NAME']))
	{
		$arrayEntity['NAME'] = Emoji::encode($arrayEntity['NAME']);
	}

	return $arrayEntity;
}