• Модуль: translate
  • Путь к файлу: ~/bitrix/modules/translate/lib/index/fileindexcollection.php
  • Класс: BitrixTranslateIndexFileIndexCollection
  • Вызов: FileIndexCollection::purge
public function purge(TranslateFilter $filter = null, $recursively = true): self
{
	IndexInternalsFileIndexTable::purge($filter, $recursively);

	return $this;
}