Price::exists

  1. Bitrix24 API (v. 23.675.0)
  2. catalog
  3. Price
  4. exists
  • Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/controller/price.php
  • Класс: BitrixCatalogControllerPrice
  • Вызов: Price::exists
protected function exists($id)
{
	$r = new Result();
	if(isset($this->get($id)['ID']) == false)
		$r->addError(new Error('Price is not exists'));

	return $r;
}

Добавить комментарий