/** * Construtor */ public function __construct() { parent::__construct(); $this->tipo = new Tipo(); $this->pontos = 0.0; $this->isPositivo = false; }
/** * Construtor */ public function __construct() { parent::__construct(); $this->tipo = new Tipo(); }