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

	return $r;
}