Conditions | 2 |
Paths | 2 |
Total Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
111 | public function setFluxoPagamento($fluxoPagamento) |
||
112 | { |
||
113 | $this->fluxoPagamento = $fluxoPagamento; |
||
114 | |||
115 | if(is_array($this->fluxoPagamento)) |
||
116 | $this->fluxoPagamento = SerializerHelper::denormalize($this->fluxoPagamento, FluxoPagamento::class); |
||
117 | |||
118 | return $this; |
||
119 | } |
||
120 | |||
132 | } |