Beispiel #1
0
 /**
  * @param int $iUserId
  * @param mixed $mContactId
  * @return CContact | false
  */
 public function GetGlobalContactById($iUserId, $mContactId)
 {
     return $this->getContactBySql($this->oCommandCreator->GetGlobalContactById($iUserId, (int) $mContactId));
 }