@@ -292,6 +292,9 @@ discard block |
||
292 | 292 | $this->node->appendChild($ideVinculo); |
293 | 293 | } |
294 | 294 | |
295 | + /** |
|
296 | + * @return \DOMNode |
|
297 | + */ |
|
295 | 298 | protected function tagCAT() |
296 | 299 | { |
297 | 300 | $cat = $this->dom->createElement("cat"); |
@@ -373,6 +376,9 @@ discard block |
||
373 | 376 | return $cat; |
374 | 377 | } |
375 | 378 | |
379 | + /** |
|
380 | + * @return \DOMElement |
|
381 | + */ |
|
376 | 382 | protected function tagLocalAcidente(\DOMElement &$cat) |
377 | 383 | { |
378 | 384 | $localAcidente = $this->dom->createElement("localAcidente"); |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | /** |
6 | 6 | * Class eSocial EvtReintegr Event S-2298 constructor |
7 | - |
|
8 | 7 | * READ for 2.5.0 layout |
9 | 8 | * |
10 | 9 | * @category library |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | /** |
6 | 6 | * Class eSocial EvtExclusao Event S-3000 constructor |
7 | - |
|
8 | 7 | * Read for 2.5.0 layout |
9 | 8 | * |
10 | 9 | * @category library |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | /** |
6 | 6 | * Class eSocial EvtIrrf Event S-5012 constructor |
7 | - |
|
8 | 7 | * Read for 2.5.0 layout |
9 | 8 | * |
10 | 9 | * @category library |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | /** |
6 | 6 | * Class eSocial EvtInsApo Event S-2241 constructor |
7 | - |
|
8 | 7 | * Não existe em 2.5.0 layout |
9 | 8 | * |
10 | 9 | * @category library |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | /** |
6 | 6 | * Class eSocial EvtInfoEmpregador Event S-1000 constructor |
7 | - |
|
8 | 7 | * Read for 2.5.0 layout |
9 | 8 | * Read for S_1.0 layout |
10 | 9 | * |
@@ -111,6 +111,6 @@ |
||
111 | 111 | */ |
112 | 112 | protected function toNodeS100() |
113 | 113 | { |
114 | - throw new \Exception("TODO !!"); |
|
114 | + throw new \Exception("TODO !!"); |
|
115 | 115 | } |
116 | 116 | } |
@@ -211,8 +211,8 @@ discard block |
||
211 | 211 | false |
212 | 212 | ); |
213 | 213 | $infoCadastro->appendChild($info); |
214 | - if (isset($this->std->infoop) && !empty($infoCadastro)) { |
|
215 | - $cad = $this->std->infoop; |
|
214 | + if (isset($this->std->infoop) && !empty($infoCadastro)) { |
|
215 | + $cad = $this->std->infoop; |
|
216 | 216 | $infoOP = $this->dom->createElement("infoOP"); |
217 | 217 | $this->dom->addChild( |
218 | 218 | $infoOP, |
@@ -221,7 +221,7 @@ discard block |
||
221 | 221 | true |
222 | 222 | ); |
223 | 223 | if (isset($this->std->infoefr)) { |
224 | - $cad = $this->std->infoefr; |
|
224 | + $cad = $this->std->infoefr; |
|
225 | 225 | $infoEFR = $this->dom->createElement("infoEFR"); |
226 | 226 | $this->dom->addChild( |
227 | 227 | $infoEFR, |
@@ -238,7 +238,7 @@ discard block |
||
238 | 238 | $infoOP->appendChild($infoEFR); |
239 | 239 | } |
240 | 240 | if (isset($this->std->infoente)) { |
241 | - $cad = $this->std->infoente; |
|
241 | + $cad = $this->std->infoente; |
|
242 | 242 | $infoEnte = $this->dom->createElement("infoEnte"); |
243 | 243 | $this->dom->addChild( |
244 | 244 | $infoEnte, |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | /** |
6 | 6 | * Class eSocial EvtTabEquipamento Event S-1065 constructor |
7 | - |
|
8 | 7 | * Read for 2.5.0 layout |
9 | 8 | * |
10 | 9 | * @category library |