コード例 #1
0
ファイル: Conta.php プロジェクト: rubensgadelha/core-api
 public function setTipo($Tipo = null)
 {
     TipoConta::check(TipoConta::getType(), $Tipo);
     $this->Tipo = TipoConta::getValue(TipoConta::getType(), $Tipo);
     return $this;
 }