]> git.llucax.com Git - z.facultad/75.43/tp1.git/blobdiff - src/lib/Respuesta.php
Se crea un método getPassword() porque al usar Usuario::validar() creaba una entrada...
[z.facultad/75.43/tp1.git] / src / lib / Respuesta.php
index d142518483e13c94a21dccc77bb28722bc477fbc..62eb4577b044f08fc99d83460a39a6672c364dd4 100644 (file)
@@ -18,15 +18,14 @@ require_once 'Item.php';
  */
 class Respuesta extends Item
 {
-    // Attributes
-   /**
-    *    XXX
-    *    @access public
-    */
-    var $ranking;
-
-    // Associations
-    // Operations
+  var $idPregunta;
+       var $ranking;
+       
+       function toHTML()
+       {
+         echo "+++++++Respuesta: ";
+               echo "$this->texto<br>";
+       }
 }
 
 ?>
\ No newline at end of file