• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/Sitemap/File/Base.php
  • Класс: BitrixSeoSitemapFilefor
  • Вызов: for::isSplitNeeded
protected function isSplitNeeded()
{
	return $this->isExists() && $this->getSize() >= self::MAX_SIZE;
}