• Модуль: translate
  • Путь к файлу: ~/bitrix/modules/translate/lib/file.php
  • Класс: BitrixTranslateFile
  • Вызов: File::countDeficiency
public function countDeficiency(self $ethalon): int
{
	return (int)count(array_diff($ethalon->getCodes(), $this->getCodes()));
}