setPassword() public method

Sets the hashed password.
public setPassword ( string $password ) : void
$password string
return void
Example #1
0
 public function updateParent()
 {
     parent::setEmail($this->getEmail());
     parent::setEmailCanonical($this->getEmailCanonical());
     parent::setPassword($this->getPassword());
     parent::setUsername($this->getUsername());
     parent::setUsernameCanonical($this->getUsernameCanonical());
 }