• Модуль: translate
  • Путь к файлу: ~/bitrix/modules/translate/lib/file.php
  • Класс: BitrixTranslateFile
  • Вызов: File::instantiateByIndex
static function instantiateByIndex(IndexFileIndex $fileIndex): self
{
	return (new static($fileIndex->getFullPath()))->setLangId($fileIndex->getLangId());
}