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

	return $r;
}