コード例 #1
0
 public function calcularImposto(Conta $conta)
 {
     return $conta->getValor() * 0.2;
 }