...Человеческий поиск в разработке...
- Модуль: 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); }