X-Git-Url: https://git.llucax.com/z.facultad/75.43/tp1.git/blobdiff_plain/1481a58e991e9ed54d6cba23e82184eaca48f9fe..3bbf318b1618ff9ba0352ff789c1c6ba010cd72d:/src/lib/Respuesta.php 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