Beispiel #1
0
 protected function getFieldsInfo()
 {
     if (!$this->FIELDS_INFO) {
         $this->FIELDS_INFO = CCrmProduct::GetFieldsInfo();
     }
     return $this->FIELDS_INFO;
 }
Beispiel #2
0
 protected function getFieldsInfo()
 {
     if (!CModule::IncludeModule('iblock')) {
         throw new RestException('Could not load iblock module.');
     }
     if (!$this->FIELDS_INFO) {
         $this->FIELDS_INFO = CCrmProduct::GetFieldsInfo();
         $this->preparePropertyFieldsInfo($this->FIELDS_INFO);
     }
     return $this->FIELDS_INFO;
 }