| Total Complexity | 2 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class Transacional extends LayoutPagSeguro |
||
| 10 | { |
||
| 11 | 20 | public function __construct() |
|
| 12 | { |
||
| 13 | 20 | $this->append(new Header()) |
|
| 14 | 20 | ->append(new DetalheTransacional(), '*') |
|
| 15 | 20 | ->append(new Trailer()); |
|
| 16 | 20 | } |
|
| 17 | |||
| 18 | /** |
||
| 19 | * @return array|DetalheTransacional[] |
||
| 20 | */ |
||
| 21 | 20 | public function getDetalhes(): array |
|
| 24 | } |
||
| 25 | } |
||
| 26 |