Add files via upload

This commit is contained in:
Fernando Méndez
2021-04-06 21:14:59 +02:00
committed by GitHub
parent 73ac7f9de1
commit bc2f1cb89b
6 changed files with 365 additions and 9 deletions

View File

@ -30,8 +30,8 @@
public function getEmail(){ return $this->_email; }
public function setPass($passwd){ $this->_password = $passwd; }
public function getPass(){ return $this->_password; }
public function setRoles($rol){ $this->_rol = $rol; }
public function getRoles(){ return $this->_rol; }
public function setRol($rol){ $this->_rol = $rol; }
public function getRol(){ return $this->_rol; }
}
?>