예제 #1
0
 /**
  * sends registration letter to user
  *
  * @param SJB_User $user
  * @return boolean
  */
 public static function sendUserSocialRegistrationLetter(SJB_User $user)
 {
     if (self::$oSocialPlugin) {
         return SJB_Notifications::sendUserSocialRegistrationLetter($user, self::getNetworkCaption());
     }
     return false;
 }