CCrmProductSectionRestProxy::innerGetList

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. CCrmProductSectionRestProxy
  4. innerGetList
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/restservice.php
  • Класс: \CCrmProductSectionRestProxy
  • Вызов: CCrmProductSectionRestProxy::innerGetList
protected function innerGetList($order, $filter, $select, $navigation, &$errors)
{
	if(!CCrmProduct::CheckReadPermission(0))
	{
		$errors[] = 'Access denied.';
		return false;
	}

	return CCrmProductSection::GetList($order, $filter, $select, $navigation);
}

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