Exemplo n.º 1
0
 public function setTipo($Tipo = null)
 {
     TipoConta::check(TipoConta::getType(), $Tipo);
     $this->Tipo = TipoConta::getValue(TipoConta::getType(), $Tipo);
     return $this;
 }