]> git.llucax.com Git - z.facultad/75.43/tp1.git/blobdiff - src/lib/Respuesta.php
Se agrega un logo.
[z.facultad/75.43/tp1.git] / src / lib / Respuesta.php
index 7a2dc743213a698d35a9c8aeee71e640700afd59..ad253271f0c9d6148c230c35300338a78364aee7 100644 (file)
@@ -18,13 +18,15 @@ require_once 'Item.php';
  */
 class Respuesta extends Item
 {
  */
 class Respuesta extends Item
 {
-  var $idPregunta;
+  var $id;
+       var $idPregunta;
        var $ranking;
        
        var $ranking;
        
-       function Mostrar()
+       function toHTML()
        {
          echo "+++++++Respuesta: ";
                echo "$this->texto<br>";
        {
          echo "+++++++Respuesta: ";
                echo "$this->texto<br>";
+               echo "Autor de la respuesta: $this->autor<br>";
        }
 }
 
        }
 }