@@ -61,7 +61,7 @@ |
||
61 | 61 | */ |
62 | 62 | protected function toNode() |
63 | 63 | { |
64 | - $ideEmpregador = $this->node->getElementsByTagName('ideEmpregador')->item(0); |
|
64 | + $ideEmpregador = $this->node->getElementsByTagName('ideEmpregador')->item(0); |
|
65 | 65 | //o idEvento pode variar de evento para evento |
66 | 66 | //então cada factory individualmente terá de construir o seu |
67 | 67 | $ideEvento = $this->dom->createElement("ideEvento"); |
@@ -537,8 +537,8 @@ |
||
537 | 537 | true |
538 | 538 | ); |
539 | 539 | foreach ($pgant->infopgtoant as $ipa) { |
540 | - //echo "<pre>"; |
|
541 | - //print_r($ipa); |
|
540 | + //echo "<pre>"; |
|
541 | + //print_r($ipa); |
|
542 | 542 | //echo "</pre>"; |
543 | 543 | //die; |
544 | 544 | $infoPgtoAnt = $this->dom->createElement("infoPgtoAnt"); |
@@ -80,7 +80,7 @@ |
||
80 | 80 | * @param string $action |
81 | 81 | * @param string $envelope |
82 | 82 | * @param array $parameters |
83 | - */ |
|
83 | + */ |
|
84 | 84 | public function send( |
85 | 85 | $operation, |
86 | 86 | $url, |