PHP 트레잇 CakeDC\Users\Controller\Traits\UserValidationTrait

파일 보기 프로젝트 열기: cakedc/users

공개 메소드들

메소드 설명
resendTokenValidation ( ) : mixed Resend Token validation
validate ( string $type = null, string $token = null ) : Response Validates email

메소드 상세

resendTokenValidation() 공개 메소드

Resend Token validation
public resendTokenValidation ( ) : mixed
리턴 mixed

validate() 공개 메소드

Validates email
public validate ( string $type = null, string $token = null ) : Response
$type string 'email' or 'password' to validate the user
$token string token
리턴 Cake\Network\Response