[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/people/storage/ -> PhabricatorUserEmail.php (summary)

(no description)

File Size: 276 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 11 functions

  getConfiguration()
  getVerificationURI()
  save()
  isValidAddress()
  describeValidAddresses()
  isAllowedAddress()
  describeAllowedAddresses()
  isEmailVerificationRequired()
  sendVerificationEmail()
  sendOldPrimaryEmail()
  sendNewPrimaryEmail()

Functions
Functions that are not part of a class:

getConfiguration()   X-Ref


getVerificationURI()   X-Ref
No description

save()   X-Ref
No description

isValidAddress($address)   X-Ref


describeValidAddresses()   X-Ref


isAllowedAddress($address)   X-Ref


describeAllowedAddresses()   X-Ref


isEmailVerificationRequired()   X-Ref
Check if this install requires email verification.

return: bool True if email addresses must be verified.

sendVerificationEmail(PhabricatorUser $user)   X-Ref
Send a verification email from $user to this address.

param: PhabricatorUser The user sending the verification.
return: this

sendOldPrimaryEmail(PhabricatorUser $user,PhabricatorUserEmail $new)   X-Ref
Send a notification email from $user to this address, informing the
recipient that this is no longer their account's primary address.

param: PhabricatorUser The user sending the notification.
param: PhabricatorUserEmail New primary email address.
return: this

sendNewPrimaryEmail(PhabricatorUser $user)   X-Ref
Send a notification email from $user to this address, informing the
recipient that this is now their account's new primary email address.

param: PhabricatorUser The user sending the verification.
return: this



Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1