• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/Sitemap/Job.php
  • Класс: BitrixSeoSitemapJob
  • Вызов: Job::getAgentName
static function getAgentName(int $sitemapId): string
{
	return __CLASS__ . '::' . self::AGENT_FUNCTION . '(' . $sitemapId . ');';
}