PHP 클래스 CakeDC\Users\Mailer\UsersMailer

상속: extends Cake\Mailer\Mailer
파일 보기 프로젝트 열기: cakedc/users

보호된 메소드들

메소드 설명
resetPassword ( Cake\Datasource\EntityInterface $user, string $template = 'CakeDC/Users.reset_password' ) : array Send the reset password email to the user
socialAccountValidation ( Cake\Datasource\EntityInterface $user, Cake\Datasource\EntityInterface $socialAccount, string $template = 'CakeDC/Users.social_account_validation' ) : array Send account validation email to the user
validation ( Cake\Datasource\EntityInterface $user, string $subject, string $template = 'CakeDC/Users.validation' ) : array Send the templated email to the user

메소드 상세

resetPassword() 보호된 메소드

Send the reset password email to the user
protected resetPassword ( Cake\Datasource\EntityInterface $user, string $template = 'CakeDC/Users.reset_password' ) : array
$user Cake\Datasource\EntityInterface User entity
$template string string, note the first_name of the user will be prepended if exists
리턴 array email send result

socialAccountValidation() 보호된 메소드

Send account validation email to the user
protected socialAccountValidation ( Cake\Datasource\EntityInterface $user, Cake\Datasource\EntityInterface $socialAccount, string $template = 'CakeDC/Users.social_account_validation' ) : array
$user Cake\Datasource\EntityInterface User entity
$socialAccount Cake\Datasource\EntityInterface SocialAccount entity
$template string string, note the first_name of the user will be prepended if exists
리턴 array email send result

validation() 보호된 메소드

Send the templated email to the user
protected validation ( Cake\Datasource\EntityInterface $user, string $subject, string $template = 'CakeDC/Users.validation' ) : array
$user Cake\Datasource\EntityInterface User entity
$subject string Subject, note the first_name of the user will be prepended if exist
$template string string, note the first_name of the user will be prepended if exists
리턴 array email send result