コード例 #1
0
ファイル: restservice.php プロジェクト: mrdeadmouse/u136006
 protected function getCommunicationFieldsInfo()
 {
     if (!$this->COMM_FIELDS_INFO) {
         $this->COMM_FIELDS_INFO = CCrmActivity::GetCommunicationFieldsInfo();
     }
     return $this->COMM_FIELDS_INFO;
 }