PHP Class REBELinBLUE\Deployer\Events\UserWasCreated

Inheritance: extends REBELinBLUE\Deployer\Events\Event, use trait Illuminate\Queue\SerializesModels
Show file Open project: rebelinblue/deployer

Public Properties

Property Type Description
$password string The plain password, this is never stored on the model.
$user REBELinBLUE\Deployer\User

Public Methods

Method Description
__construct ( User $user, string $password ) UserWasCreated constructor.

Method Details

__construct() public method

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

Property Details

$password public property

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

$user public property

public User,REBELinBLUE\Deployer $user
return REBELinBLUE\Deployer\User