X-Git-Url: https://git.llucax.com/z.facultad/75.43/tp1.git/blobdiff_plain/1481a58e991e9ed54d6cba23e82184eaca48f9fe..0087aa5491d545397b9437790cf2178b511faee1:/src/lib/Respuesta.php?ds=sidebyside diff --git a/src/lib/Respuesta.php b/src/lib/Respuesta.php index d142518..7a2dc74 100644 --- a/src/lib/Respuesta.php +++ b/src/lib/Respuesta.php @@ -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 Mostrar() + { + echo "+++++++Respuesta: "; + echo "$this->texto
"; + } } ?> \ No newline at end of file