Total Complexity | 2 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | class Retornos extends \OBRSDK\Entidades\Abstratos\AEntidadePropriedades { |
||
10 | |||
11 | /// |
||
12 | /// atributos de resposta |
||
13 | /// |
||
14 | protected $retorno_id; |
||
15 | |||
16 | /** |
||
17 | * |
||
18 | * @var @var \OBRSDK\Entidades\Boletos[] |
||
19 | */ |
||
|
|||
20 | protected $boletos; |
||
21 | |||
22 | public function getRetornoId() { |
||
23 | return $this->retorno_id; |
||
24 | } |
||
25 | |||
26 | /** |
||
27 | * |
||
28 | * @return \OBRSDK\Entidades\Boletos[] |
||
29 | */ |
||
30 | public function getBoletos() { |
||
32 | } |
||
33 | |||
35 |