PHP 클래스 REBELinBLUE\Deployer\Events\UserWasCreated

상속: extends REBELinBLUE\Deployer\Events\Event, use trait Illuminate\Queue\SerializesModels
파일 보기 프로젝트 열기: rebelinblue/deployer

공개 프로퍼티들

프로퍼티 타입 설명
$password string The plain password, this is never stored on the model.
$user REBELinBLUE\Deployer\User

공개 메소드들

메소드 설명
__construct ( User $user, string $password ) UserWasCreated constructor.

메소드 상세

__construct() 공개 메소드

UserWasCreated constructor.
public __construct ( User $user, string $password )
$user REBELinBLUE\Deployer\User
$password string

프로퍼티 상세

$password 공개적으로 프로퍼티

The plain password, this is never stored on the model.
public string $password
리턴 string

$user 공개적으로 프로퍼티

public User,REBELinBLUE\Deployer $user
리턴 REBELinBLUE\Deployer\User