• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/controller/propertygroups.php
  • Класс: BitrixSaleControllerPropertyGroups
  • Вызов: PropertyGroups::exists
protected function exists($id)
{
	$r = new Result();
	if($this->get($id)['ID']<=0)
		$r->addError(new Error(Loc::getMessage('CONTROLLER_ERROR_PROPS_GROUP_NOT_EXISTS', ['#ID#'=>$id]), 'PROPS_GROUP_NOT_EXISTS'));

	return $r;
}