• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/controller/statuslang.php
  • Класс: BitrixSaleControllerStatusLang
  • Вызов: StatusLang::validate
protected function validate(array $fields)
{
	$r = new Result();
	if(is_set($this->getListLangs(), $fields['LID']) == false)
	{
		$r->addError(new Error('lid out of range',201750000004));
	}

	return $r;
}