示例#1
0
 public function getDataToShow()
 {
     $responsibleId = \CCrmOwnerType::getResponsibleID(\CCrmOwnerType::Contact, $this->entityId, false);
     return array('TITLE' => Loc::getMessage('DISK_UF_CRM_CONNECTOR_CONTACT_MESSAGE_TITLE', array('#NAME#' => \CCrmOwnerType::getCaption(\CCrmOwnerType::Contact, $this->entityId, false))), 'MEMBERS' => $this->getMembers(array($responsibleId)));
 }