Beispiel #1
0
 /**
  * @param int $iUserId
  * @param mixed $mContactId
  * @param bool $bIgnoreHideInGab = false
  * @param int $iSharedTenantId = null
  * @param bool $bIgnoreAutoCreate = false
  *
  * @return CContact|bool
  */
 public function getContactById($iUserId, $mContactId, $bIgnoreHideInGab = false, $iSharedTenantId = null, $bIgnoreAutoCreate = false)
 {
     return $this->getContactBySql($this->oCommandCreator->getContactById($iUserId, (int) $mContactId, $bIgnoreHideInGab, $iSharedTenantId, $bIgnoreAutoCreate), $iUserId);
 }