Beispiel #1
0
 /**
  * @param int $iUserId
  * @param string $sEmail
  * @return CContact|bool
  */
 public function getContactByEmail($iUserId, $sEmail)
 {
     return $this->getContactBySql($this->oCommandCreator->getContactByEmail($iUserId, $sEmail), $iUserId);
 }