@@ -279,7 +279,6 @@ |
||
| 279 | 279 | |
| 280 | 280 | /** |
| 281 | 281 | * Carrega os dados do xml na classe |
| 282 | - * @param string $xml |
|
| 283 | 282 | * |
| 284 | 283 | * @throws InvalidArgumentException |
| 285 | 284 | */ |
@@ -7,6 +7,9 @@ |
||
| 7 | 7 | */ |
| 8 | 8 | trait TraitBlocoIII |
| 9 | 9 | { |
| 10 | + /** |
|
| 11 | + * @param integer $y |
|
| 12 | + */ |
|
| 10 | 13 | protected function blocoIII($y) |
| 11 | 14 | { |
| 12 | 15 | if ($this->flagResume) { |
@@ -7,6 +7,9 @@ |
||
| 7 | 7 | */ |
| 8 | 8 | trait TraitBlocoIX |
| 9 | 9 | { |
| 10 | + /** |
|
| 11 | + * @param integer $y |
|
| 12 | + */ |
|
| 10 | 13 | protected function blocoIX($y) |
| 11 | 14 | { |
| 12 | 15 | $this->bloco9H = 4; |
@@ -7,6 +7,9 @@ discard block |
||
| 7 | 7 | */ |
| 8 | 8 | trait TraitBlocoV |
| 9 | 9 | { |
| 10 | + /** |
|
| 11 | + * @param integer $y |
|
| 12 | + */ |
|
| 10 | 13 | protected function blocoV($y) |
| 11 | 14 | { |
| 12 | 15 | $this->bloco5H = $this->calculateHeightPag(); |
@@ -66,6 +69,9 @@ discard block |
||
| 66 | 69 | return $this->bloco5H + $y; |
| 67 | 70 | } |
| 68 | 71 | |
| 72 | + /** |
|
| 73 | + * @param integer $type |
|
| 74 | + */ |
|
| 69 | 75 | protected function pagType($type) |
| 70 | 76 | { |
| 71 | 77 | $lista = [ |
@@ -7,6 +7,9 @@ |
||
| 7 | 7 | */ |
| 8 | 8 | trait TraitBlocoVI |
| 9 | 9 | { |
| 10 | + /** |
|
| 11 | + * @param double $y |
|
| 12 | + */ |
|
| 10 | 13 | protected function blocoVI($y) |
| 11 | 14 | { |
| 12 | 15 | $this->bloco6H = 10; |
@@ -6,6 +6,9 @@ |
||
| 6 | 6 | */ |
| 7 | 7 | trait TraitBlocoVII |
| 8 | 8 | { |
| 9 | + /** |
|
| 10 | + * @param integer $y |
|
| 11 | + */ |
|
| 9 | 12 | protected function blocoVII($y) |
| 10 | 13 | { |
| 11 | 14 | $this->bloco7H = 20; |
@@ -8,6 +8,9 @@ |
||
| 8 | 8 | */ |
| 9 | 9 | trait TraitBlocoVIII |
| 10 | 10 | { |
| 11 | + /** |
|
| 12 | + * @param integer $y |
|
| 13 | + */ |
|
| 11 | 14 | protected function blocoVIII($y) |
| 12 | 15 | { |
| 13 | 16 | $this->bloco8H = 50; |
@@ -7,6 +7,9 @@ |
||
| 7 | 7 | */ |
| 8 | 8 | trait TraitBlocoX |
| 9 | 9 | { |
| 10 | + /** |
|
| 11 | + * @param integer $y |
|
| 12 | + */ |
|
| 10 | 13 | protected function blocoX($y) |
| 11 | 14 | { |
| 12 | 15 | $this->bloco9H = 3; |