Example #1
0
 function setSenha($senha)
 {
     $this->senha = UserHelper::password_hash($senha);
     return $this;
 }