]> git.llucax.com Git - z.facultad/75.43/tp1.git/blobdiff - src/lib/Respuesta.php
Alta de creditos para el usuario que rankea una pregunta
[z.facultad/75.43/tp1.git] / src / lib / Respuesta.php
index d142518483e13c94a21dccc77bb28722bc477fbc..22bb40ab5b4eee239e203f4ecf2cf4f5d834bf83 100644 (file)
@@ -18,15 +18,15 @@ require_once 'Item.php';
  */
 class Respuesta extends Item
 {
-    // Attributes
-   /**
-    *    XXX
-    *    @access public
-    */
-    var $ranking;
-
-    // Associations
-    // Operations
+  var $id;
+       var $idPregunta;
+       var $ranking;
+       
+       function toHTML()
+       {
+         echo "+++++++Respuesta: ";
+               echo "$this->texto<br>";
+       }
 }
 
 ?>
\ No newline at end of file