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