PHP Interface Stevemo\Cpanel\User\UserMailerInterface

Show file Open project: stevemo/cpanel Interface Usage Examples

Public Methods

Method Description
sendReset ( Cartalyst\Sentry\Users\UserInterface $user ) : void Send a email to a given user with a link to reset is password

Method Details

sendReset() public method

Send a email to a given user with a link to reset is password
Author: Steve Montambeault
public sendReset ( Cartalyst\Sentry\Users\UserInterface $user ) : void
$user Cartalyst\Sentry\Users\UserInterface
return void