コード例 #1
0
ファイル: Subtipo.php プロジェクト: andersongimino/area51
 /**
  * Construtor
  */
 public function __construct()
 {
     parent::__construct();
     $this->tipo = new Tipo();
     $this->pontos = 0.0;
     $this->isPositivo = false;
 }
コード例 #2
0
ファイル: Subtipo.php プロジェクト: andersongimino/area51
 /**
  * Construtor
  */
 public function __construct()
 {
     parent::__construct();
     $this->tipo = new Tipo();
 }