REBELinBLUE\Deployer\Events\UserWasCreated::__construct PHP Method

__construct() public method

UserWasCreated constructor.
public __construct ( User $user, string $password )
$user REBELinBLUE\Deployer\User
$password string
    public function __construct(User $user, $password)
    {
        $this->user = $user;
        $this->password = $password;
    }
UserWasCreated