<?php
-# vim: et sw=4 sts=4 binary noeol :
+// vim: set binary noeol et sw=4 sts=4 :
+// Grupo 10
+//
+// Lucarella, Schein, Arena
+//
+// Creado: Leandro Lucarella (sáb abr 30 20:21:30 ART 2005)
+//
+// $Id$
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<br>";
+ }
}
?>
\ No newline at end of file