• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/bitrix24/limitation/rating.php
  • Класс: Bitrix\Sender\Integration\Bitrix24\Limitation\Rating
  • Вызов: Rating::getNotifyText
static function getNotifyText($code)
{
	$code = mb_strtoupper($code);
	return Loc::getMessage("SENDER_INTEGRATION_BITRIX24_RATING_{$code}1");
}