PHP Class App\Events\EncryptUserPassword

Inheritance: extends App\Events\Event
Mostra file Open project: printempw/blessing-skin-server

Public Properties

Property Type Description
$rawPasswd
$user

Public Methods

Method Description
__construct ( $raw_passwd, User $user ) : void Create a new event instance.

Method Details

__construct() public method

Create a new event instance.
public __construct ( $raw_passwd, User $user ) : void
$user app\models\User
return void

Property Details

$rawPasswd public_oe property

public $rawPasswd

$user public_oe property

public $user