CCrmProductRestProxy::initializePropertiesInfo

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. CCrmProductRestProxy
  4. initializePropertiesInfo
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/restservice.php
  • Класс: \CCrmProductRestProxy
  • Вызов: CCrmProductRestProxy::initializePropertiesInfo
protected function initializePropertiesInfo($catalogID)
{
	if ($this->userTypes === null)
		$this->userTypes = CCrmProductPropsHelper::GetPropsTypesByOperations(false, 'rest');
	if ($this->properties === null)
		$this->properties = CCrmProductPropsHelper::GetProps($catalogID, $this->userTypes);
}

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