Exemplo n.º 1
0
 /**
  * Construtor
  */
 public function __construct()
 {
     parent::__construct();
     $this->tipo = new Tipo();
     $this->pontos = 0.0;
     $this->isPositivo = false;
 }
Exemplo n.º 2
0
 /**
  * Construtor
  */
 public function __construct()
 {
     parent::__construct();
     $this->tipo = new Tipo();
 }