X-Git-Url: https://git.llucax.com/z.facultad/75.43/tp1.git/blobdiff_plain/1481a58e991e9ed54d6cba23e82184eaca48f9fe..4cdf275eac5ad4bd335ad879fdd9a24b522ed53d:/src/lib/Respuesta.php?ds=inline diff --git a/src/lib/Respuesta.php b/src/lib/Respuesta.php index d142518..22bb40a 100644 --- a/src/lib/Respuesta.php +++ b/src/lib/Respuesta.php @@ -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
"; + } } ?> \ No newline at end of file