Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 6 |
Lines | 8 |
Ratio | 100 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
35 | * |
||
36 | * @param string $identificacao |
||
37 | * @param bool $isFile |
||
38 | * @return \OBRSDK\Entidades\Retornos |
||
39 | */ |
||
40 | public function getRetornoDados($identificacao, $isFile = false) { |
||
41 | $this->apiCliente->addAuthorization(); |
||
42 | if ($isFile) { |
||
43 | $this->apiCliente->enviarArquivo('retornos', $identificacao); |
||
57 |