• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/Sitemap/File/Base.php
  • Класс: BitrixSeoSitemapFileBase
  • Вызов: Base::isNotEmpty
public function isNotEmpty()
{
	return (count($this->partList) > 0) || $this->isCurrentPartNotEmpty();
}