Guest User

Untitled

a guest
Jul 15th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. public function setpSecreta($pSecreta)
  2. {
  3. $this->pSecreta = $pSecreta;
  4.  
  5. }
  6. public function getpSecreta()
  7. {
  8. return $this->pSecreta;
  9. }
  10. public function setRespuesta($respuesta)
  11. {
  12. $this->respuesta = $respuesta;
  13. }
  14.  
  15. public function getRespuesta()
  16. {
  17. return $this->respuesta;
  18. }
  19. public function setTipoUsuario($TipoUsuario){
  20. $this->TipoUsuario=$TipoUsuario;
  21.  
  22. }
  23.  
  24. public function getTipoUsuario(){
  25.  
  26. return $this->TipoUsuario;
  27. }
  28. public function setPassword($password)
  29. {
  30. $this->password = $password;
  31. }
  32. public function getPassword()
  33. {
  34. return $this->password;
  35. }
  36.  
  37. $res=$usuario->GuardarUsuario();
Add Comment
Please, Sign In to add comment