PHP 클래스 Flarum\Core\Command\RequestPasswordReset

파일 보기 프로젝트 열기: flarum/core

공개 프로퍼티들

프로퍼티 타입 설명
$email string The email of the user to request a password reset for.

공개 메소드들

메소드 설명
__construct ( string $email )

메소드 상세

__construct() 공개 메소드

public __construct ( string $email )
$email string The email of the user to request a password reset for.

프로퍼티 상세

$email 공개적으로 프로퍼티

The email of the user to request a password reset for.
public string $email
리턴 string