• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/controller/propertygroup.php
  • Класс: BitrixSaleControllerPropertyGroup
  • Вызов: PropertyGroup::exists
protected function exists($id)
{
	$r = new Result();
	if($this->get($id)['ID']<=0)
		$r->addError(new Error('property group is not exists', 200940400001));

	return $r;
}