@@ -59,7 +59,7 @@ discard block |
||
| 59 | 59 | $this->dom->addChild( |
| 60 | 60 | $ide, |
| 61 | 61 | "fimValid", |
| 62 | - ! empty($this->std->fimvalid) ? $this->std->fimvalid : null, |
|
| 62 | + !empty($this->std->fimvalid) ? $this->std->fimvalid : null, |
|
| 63 | 63 | false |
| 64 | 64 | ); |
| 65 | 65 | //seleção do modo |
@@ -77,7 +77,7 @@ discard block |
||
| 77 | 77 | $this->dom->addChild( |
| 78 | 78 | $dados, |
| 79 | 79 | "indAutoria", |
| 80 | - ! empty($this->std->dadosproc->indautoria) |
|
| 80 | + !empty($this->std->dadosproc->indautoria) |
|
| 81 | 81 | ? $this->std->dadosproc->indautoria |
| 82 | 82 | : null, |
| 83 | 83 | false |
@@ -94,7 +94,7 @@ discard block |
||
| 94 | 94 | !empty($this->std->dadosproc->observacao) ? $this->std->dadosproc->observacao : null, |
| 95 | 95 | false |
| 96 | 96 | ); |
| 97 | - if (! empty($this->std->dadosproc->dadosprocjud)) { |
|
| 97 | + if (!empty($this->std->dadosproc->dadosprocjud)) { |
|
| 98 | 98 | $dadosProcJud = $this->dom->createElement("dadosProcJud"); |
| 99 | 99 | $this->dom->addChild( |
| 100 | 100 | $dadosProcJud, |
@@ -116,7 +116,7 @@ discard block |
||
| 116 | 116 | ); |
| 117 | 117 | $dados->appendChild($dadosProcJud); |
| 118 | 118 | } |
| 119 | - if (! empty($this->std->dadosproc->infosusp)) { |
|
| 119 | + if (!empty($this->std->dadosproc->infosusp)) { |
|
| 120 | 120 | foreach ($this->std->dadosproc->infosusp as $susp) { |
| 121 | 121 | $infoSusp = $this->dom->createElement("infoSusp"); |
| 122 | 122 | $this->dom->addChild( |
@@ -148,7 +148,7 @@ discard block |
||
| 148 | 148 | } |
| 149 | 149 | $node->appendChild($dados); |
| 150 | 150 | } |
| 151 | - if (! empty($this->std->novavalidade) && $this->std->modo == 'ALT') { |
|
| 151 | + if (!empty($this->std->novavalidade) && $this->std->modo == 'ALT') { |
|
| 152 | 152 | $newVal = $this->std->novavalidade; |
| 153 | 153 | $novaValidade = $this->dom->createElement("novaValidade"); |
| 154 | 154 | $this->dom->addChild( |
@@ -160,7 +160,7 @@ discard block |
||
| 160 | 160 | $this->dom->addChild( |
| 161 | 161 | $ideRubrica, |
| 162 | 162 | "fimValid", |
| 163 | - ! empty($newVal->fimvalid) ? $newVal->fimvalid : null, |
|
| 163 | + !empty($newVal->fimvalid) ? $newVal->fimvalid : null, |
|
| 164 | 164 | false |
| 165 | 165 | ); |
| 166 | 166 | $node->appendChild($novaValidade); |
@@ -229,7 +229,7 @@ discard block |
||
| 229 | 229 | $this->dom->addChild( |
| 230 | 230 | $ide, |
| 231 | 231 | "fimValid", |
| 232 | - ! empty($this->std->fimvalid) ? $this->std->fimvalid : null, |
|
| 232 | + !empty($this->std->fimvalid) ? $this->std->fimvalid : null, |
|
| 233 | 233 | false |
| 234 | 234 | ); |
| 235 | 235 | //seleção do modo |
@@ -264,7 +264,7 @@ discard block |
||
| 264 | 264 | !empty($this->std->dadosproc->observacao) ? $this->std->dadosproc->observacao : null, |
| 265 | 265 | false |
| 266 | 266 | ); |
| 267 | - if (! empty($this->std->dadosproc->dadosprocjud)) { |
|
| 267 | + if (!empty($this->std->dadosproc->dadosprocjud)) { |
|
| 268 | 268 | $dadosProcJud = $this->dom->createElement("dadosProcJud"); |
| 269 | 269 | $this->dom->addChild( |
| 270 | 270 | $dadosProcJud, |
@@ -286,7 +286,7 @@ discard block |
||
| 286 | 286 | ); |
| 287 | 287 | $dados->appendChild($dadosProcJud); |
| 288 | 288 | } |
| 289 | - if (! empty($this->std->dadosproc->infosusp)) { |
|
| 289 | + if (!empty($this->std->dadosproc->infosusp)) { |
|
| 290 | 290 | foreach ($this->std->dadosproc->infosusp as $susp) { |
| 291 | 291 | $infoSusp = $this->dom->createElement("infoSusp"); |
| 292 | 292 | $this->dom->addChild( |
@@ -318,7 +318,7 @@ discard block |
||
| 318 | 318 | } |
| 319 | 319 | $node->appendChild($dados); |
| 320 | 320 | } |
| 321 | - if (! empty($this->std->novavalidade) && $this->std->modo == 'ALT') { |
|
| 321 | + if (!empty($this->std->novavalidade) && $this->std->modo == 'ALT') { |
|
| 322 | 322 | $newVal = $this->std->novavalidade; |
| 323 | 323 | $novaValidade = $this->dom->createElement("novaValidade"); |
| 324 | 324 | $this->dom->addChild( |
@@ -330,7 +330,7 @@ discard block |
||
| 330 | 330 | $this->dom->addChild( |
| 331 | 331 | $ideRubrica, |
| 332 | 332 | "fimValid", |
| 333 | - ! empty($newVal->fimvalid) ? $newVal->fimvalid : null, |
|
| 333 | + !empty($newVal->fimvalid) ? $newVal->fimvalid : null, |
|
| 334 | 334 | false |
| 335 | 335 | ); |
| 336 | 336 | $node->appendChild($novaValidade); |
@@ -49,7 +49,7 @@ discard block |
||
| 49 | 49 | $this->dom->addChild( |
| 50 | 50 | $ide, |
| 51 | 51 | "fimValid", |
| 52 | - ! empty($this->std->fimvalid) ? $this->std->fimvalid : null, |
|
| 52 | + !empty($this->std->fimvalid) ? $this->std->fimvalid : null, |
|
| 53 | 53 | false |
| 54 | 54 | ); |
| 55 | 55 | |
@@ -164,7 +164,7 @@ discard block |
||
| 164 | 164 | $this->dom->addChild( |
| 165 | 165 | $nova, |
| 166 | 166 | "fimValid", |
| 167 | - ! empty($this->std->novavalidade->fimvalid) |
|
| 167 | + !empty($this->std->novavalidade->fimvalid) |
|
| 168 | 168 | ? $this->std->novavalidade->fimvalid |
| 169 | 169 | : null, |
| 170 | 170 | false |
@@ -239,7 +239,7 @@ discard block |
||
| 239 | 239 | $this->dom->addChild( |
| 240 | 240 | $ide, |
| 241 | 241 | "fimValid", |
| 242 | - ! empty($this->std->fimvalid) ? $this->std->fimvalid : null, |
|
| 242 | + !empty($this->std->fimvalid) ? $this->std->fimvalid : null, |
|
| 243 | 243 | false |
| 244 | 244 | ); |
| 245 | 245 | |
@@ -354,7 +354,7 @@ discard block |
||
| 354 | 354 | $this->dom->addChild( |
| 355 | 355 | $nova, |
| 356 | 356 | "fimValid", |
| 357 | - ! empty($this->std->novavalidade->fimvalid) |
|
| 357 | + !empty($this->std->novavalidade->fimvalid) |
|
| 358 | 358 | ? $this->std->novavalidade->fimvalid |
| 359 | 359 | : null, |
| 360 | 360 | false |
@@ -108,8 +108,8 @@ |
||
| 108 | 108 | |
| 109 | 109 | |
| 110 | 110 | /** |
| 111 | - * builder for version S.1.0.0 |
|
| 112 | - */ |
|
| 111 | + * builder for version S.1.0.0 |
|
| 112 | + */ |
|
| 113 | 113 | protected function toNodeS100() |
| 114 | 114 | { |
| 115 | 115 | throw new \Exception("TODO !!"); |
@@ -58,7 +58,7 @@ discard block |
||
| 58 | 58 | $this->dom->addChild( |
| 59 | 59 | $ideRubrica, |
| 60 | 60 | "fimValid", |
| 61 | - ! empty($this->std->fimvalid) ? $this->std->fimvalid : null, |
|
| 61 | + !empty($this->std->fimvalid) ? $this->std->fimvalid : null, |
|
| 62 | 62 | false |
| 63 | 63 | ); |
| 64 | 64 | //seleção do modo |
@@ -118,13 +118,13 @@ discard block |
||
| 118 | 118 | $this->dom->addChild( |
| 119 | 119 | $dadosRubrica, |
| 120 | 120 | "observacao", |
| 121 | - ! empty($this->std->dadosrubrica->observacao) |
|
| 121 | + !empty($this->std->dadosrubrica->observacao) |
|
| 122 | 122 | ? $this->std->dadosrubrica->observacao |
| 123 | 123 | : null, |
| 124 | 124 | false |
| 125 | 125 | ); |
| 126 | 126 | |
| 127 | - if (! empty($this->std->dadosrubrica->ideprocessocp)) { |
|
| 127 | + if (!empty($this->std->dadosrubrica->ideprocessocp)) { |
|
| 128 | 128 | foreach ($this->std->dadosrubrica->ideprocessocp as $cp) { |
| 129 | 129 | $ideProcessoCP = $this->dom->createElement("ideProcessoCP"); |
| 130 | 130 | $this->dom->addChild( |
@@ -155,7 +155,7 @@ discard block |
||
| 155 | 155 | } |
| 156 | 156 | } |
| 157 | 157 | |
| 158 | - if (! empty($this->std->dadosrubrica->ideprocessoirrf)) { |
|
| 158 | + if (!empty($this->std->dadosrubrica->ideprocessoirrf)) { |
|
| 159 | 159 | foreach ($this->std->dadosrubrica->ideprocessoirrf as $irrf) { |
| 160 | 160 | $ideProcessoIRRF = $this->dom->createElement("ideProcessoIRRF"); |
| 161 | 161 | $this->dom->addChild( |
@@ -173,7 +173,7 @@ discard block |
||
| 173 | 173 | $dadosRubrica->appendChild($ideProcessoIRRF); |
| 174 | 174 | } |
| 175 | 175 | } |
| 176 | - if (! empty($this->std->dadosrubrica->ideprocessofgts)) { |
|
| 176 | + if (!empty($this->std->dadosrubrica->ideprocessofgts)) { |
|
| 177 | 177 | foreach ($this->std->dadosrubrica->ideprocessofgts as $fgts) { |
| 178 | 178 | $ideProcessoFGTS = $this->dom->createElement("ideProcessoFGTS"); |
| 179 | 179 | $this->dom->addChild( |
@@ -185,7 +185,7 @@ discard block |
||
| 185 | 185 | $dadosRubrica->appendChild($ideProcessoFGTS); |
| 186 | 186 | } |
| 187 | 187 | } |
| 188 | - if (! empty($this->std->dadosrubrica->ideprocessosind)) { |
|
| 188 | + if (!empty($this->std->dadosrubrica->ideprocessosind)) { |
|
| 189 | 189 | foreach ($this->std->dadosrubrica->ideprocessosind as $sind) { |
| 190 | 190 | $ideProcessoSIND = $this->dom->createElement("ideProcessoSIND"); |
| 191 | 191 | $this->dom->addChild( |
@@ -199,7 +199,7 @@ discard block |
||
| 199 | 199 | } |
| 200 | 200 | $node->appendChild($dadosRubrica); |
| 201 | 201 | } |
| 202 | - if (! empty($this->std->novavalidade) && $this->std->modo == 'ALT') { |
|
| 202 | + if (!empty($this->std->novavalidade) && $this->std->modo == 'ALT') { |
|
| 203 | 203 | $newVal = $this->std->novavalidade; |
| 204 | 204 | $novaValidade = $this->dom->createElement("novaValidade"); |
| 205 | 205 | $this->dom->addChild( |
@@ -211,7 +211,7 @@ discard block |
||
| 211 | 211 | $this->dom->addChild( |
| 212 | 212 | $novaValidade, |
| 213 | 213 | "fimValid", |
| 214 | - ! empty($newVal->fimvalid) ? $newVal->fimvalid : null, |
|
| 214 | + !empty($newVal->fimvalid) ? $newVal->fimvalid : null, |
|
| 215 | 215 | false |
| 216 | 216 | ); |
| 217 | 217 | $node->appendChild($novaValidade); |
@@ -279,7 +279,7 @@ discard block |
||
| 279 | 279 | $this->dom->addChild( |
| 280 | 280 | $ideRubrica, |
| 281 | 281 | "fimValid", |
| 282 | - ! empty($this->std->fimvalid) ? $this->std->fimvalid : null, |
|
| 282 | + !empty($this->std->fimvalid) ? $this->std->fimvalid : null, |
|
| 283 | 283 | false |
| 284 | 284 | ); |
| 285 | 285 | //seleção do modo |
@@ -333,7 +333,7 @@ discard block |
||
| 333 | 333 | $this->dom->addChild( |
| 334 | 334 | $dadosRubrica, |
| 335 | 335 | "tetoRemun", |
| 336 | - ! empty($this->std->dadosrubrica->tetoremun) |
|
| 336 | + !empty($this->std->dadosrubrica->tetoremun) |
|
| 337 | 337 | ? $this->std->dadosrubrica->tetoremun |
| 338 | 338 | : null, |
| 339 | 339 | false |
@@ -341,13 +341,13 @@ discard block |
||
| 341 | 341 | $this->dom->addChild( |
| 342 | 342 | $dadosRubrica, |
| 343 | 343 | "observacao", |
| 344 | - ! empty($this->std->dadosrubrica->observacao) |
|
| 344 | + !empty($this->std->dadosrubrica->observacao) |
|
| 345 | 345 | ? $this->std->dadosrubrica->observacao |
| 346 | 346 | : null, |
| 347 | 347 | false |
| 348 | 348 | ); |
| 349 | 349 | |
| 350 | - if (! empty($this->std->dadosrubrica->ideprocessocp)) { |
|
| 350 | + if (!empty($this->std->dadosrubrica->ideprocessocp)) { |
|
| 351 | 351 | foreach ($this->std->dadosrubrica->ideprocessocp as $cp) { |
| 352 | 352 | $ideProcessoCP = $this->dom->createElement("ideProcessoCP"); |
| 353 | 353 | $this->dom->addChild( |
@@ -378,7 +378,7 @@ discard block |
||
| 378 | 378 | } |
| 379 | 379 | } |
| 380 | 380 | |
| 381 | - if (! empty($this->std->dadosrubrica->ideprocessoirrf)) { |
|
| 381 | + if (!empty($this->std->dadosrubrica->ideprocessoirrf)) { |
|
| 382 | 382 | foreach ($this->std->dadosrubrica->ideprocessoirrf as $irrf) { |
| 383 | 383 | $ideProcessoIRRF = $this->dom->createElement("ideProcessoIRRF"); |
| 384 | 384 | $this->dom->addChild( |
@@ -396,7 +396,7 @@ discard block |
||
| 396 | 396 | $dadosRubrica->appendChild($ideProcessoIRRF); |
| 397 | 397 | } |
| 398 | 398 | } |
| 399 | - if (! empty($this->std->dadosrubrica->ideprocessofgts)) { |
|
| 399 | + if (!empty($this->std->dadosrubrica->ideprocessofgts)) { |
|
| 400 | 400 | foreach ($this->std->dadosrubrica->ideprocessofgts as $fgts) { |
| 401 | 401 | $ideProcessoFGTS = $this->dom->createElement("ideProcessoFGTS"); |
| 402 | 402 | $this->dom->addChild( |
@@ -408,7 +408,7 @@ discard block |
||
| 408 | 408 | $dadosRubrica->appendChild($ideProcessoFGTS); |
| 409 | 409 | } |
| 410 | 410 | } |
| 411 | - if (! empty($this->std->dadosrubrica->ideprocessosind)) { |
|
| 411 | + if (!empty($this->std->dadosrubrica->ideprocessosind)) { |
|
| 412 | 412 | foreach ($this->std->dadosrubrica->ideprocessosind as $sind) { |
| 413 | 413 | $ideProcessoSIND = $this->dom->createElement("ideProcessoSIND"); |
| 414 | 414 | $this->dom->addChild( |
@@ -422,7 +422,7 @@ discard block |
||
| 422 | 422 | } |
| 423 | 423 | $node->appendChild($dadosRubrica); |
| 424 | 424 | } |
| 425 | - if (! empty($this->std->novavalidade) && $this->std->modo == 'ALT') { |
|
| 425 | + if (!empty($this->std->novavalidade) && $this->std->modo == 'ALT') { |
|
| 426 | 426 | $newVal = $this->std->novavalidade; |
| 427 | 427 | $novaValidade = $this->dom->createElement("novaValidade"); |
| 428 | 428 | $this->dom->addChild( |
@@ -434,7 +434,7 @@ discard block |
||
| 434 | 434 | $this->dom->addChild( |
| 435 | 435 | $novaValidade, |
| 436 | 436 | "fimValid", |
| 437 | - ! empty($newVal->fimvalid) ? $newVal->fimvalid : null, |
|
| 437 | + !empty($newVal->fimvalid) ? $newVal->fimvalid : null, |
|
| 438 | 438 | false |
| 439 | 439 | ); |
| 440 | 440 | $node->appendChild($novaValidade); |
@@ -20,7 +20,7 @@ discard block |
||
| 20 | 20 | $this->dom->addChild( |
| 21 | 21 | $ideEvento, |
| 22 | 22 | "nrRecibo", |
| 23 | - ! empty($this->std->nrrecibo) ? $this->std->nrrecibo : null, |
|
| 23 | + !empty($this->std->nrrecibo) ? $this->std->nrrecibo : null, |
|
| 24 | 24 | false |
| 25 | 25 | ); |
| 26 | 26 | $this->dom->addChild( |
@@ -349,7 +349,7 @@ discard block |
||
| 349 | 349 | $this->dom->addChild( |
| 350 | 350 | $ideEvento, |
| 351 | 351 | "nrRecibo", |
| 352 | - ! empty($this->std->nrrecibo) ? $this->std->nrrecibo : null, |
|
| 352 | + !empty($this->std->nrrecibo) ? $this->std->nrrecibo : null, |
|
| 353 | 353 | false |
| 354 | 354 | ); |
| 355 | 355 | $this->dom->addChild( |
@@ -188,8 +188,7 @@ discard block |
||
| 188 | 188 | $this->dom->addChild( |
| 189 | 189 | $instEnsino, |
| 190 | 190 | "bairro", |
| 191 | - !empty($this->std->estagiario->instituicao->bairro) ? $this->std->estagiario->instituicao->bairro : |
|
| 192 | - null, |
|
| 191 | + !empty($this->std->estagiario->instituicao->bairro) ? $this->std->estagiario->instituicao->bairro : null, |
|
| 193 | 192 | false |
| 194 | 193 | ); |
| 195 | 194 | $this->dom->addChild( |
@@ -369,7 +368,7 @@ discard block |
||
| 369 | 368 | if (!empty($this->std->cargofuncao)) { |
| 370 | 369 | $carg = $this->std->cargofuncao; |
| 371 | 370 | $infoComplementares = $this->dom->createElement("infoComplementares"); |
| 372 | - $cargoFuncao = $this->dom->createElement("cargoFuncao"); |
|
| 371 | + $cargoFuncao = $this->dom->createElement("cargoFuncao"); |
|
| 373 | 372 | $this->dom->addChild( |
| 374 | 373 | $cargoFuncao, |
| 375 | 374 | "nmCargo", |
@@ -22,7 +22,7 @@ discard block |
||
| 22 | 22 | $this->dom->addChild( |
| 23 | 23 | $ideEvento, |
| 24 | 24 | "nrRecibo", |
| 25 | - ! empty($this->std->nrrecibo) ? $this->std->nrrecibo : null, |
|
| 25 | + !empty($this->std->nrrecibo) ? $this->std->nrrecibo : null, |
|
| 26 | 26 | false |
| 27 | 27 | ); |
| 28 | 28 | $this->dom->addChild( |
@@ -76,13 +76,13 @@ discard block |
||
| 76 | 76 | $this->dom->addChild( |
| 77 | 77 | $infoReintegr, |
| 78 | 78 | "nrProcJud", |
| 79 | - ! empty($this->std->nrprocjud) ? $this->std->nrprocjud : null, |
|
| 79 | + !empty($this->std->nrprocjud) ? $this->std->nrprocjud : null, |
|
| 80 | 80 | false |
| 81 | 81 | ); |
| 82 | 82 | $this->dom->addChild( |
| 83 | 83 | $infoReintegr, |
| 84 | 84 | "nrLeiAnistia", |
| 85 | - ! empty($this->std->nrleianistia) ? $this->std->nrleianistia : null, |
|
| 85 | + !empty($this->std->nrleianistia) ? $this->std->nrleianistia : null, |
|
| 86 | 86 | false |
| 87 | 87 | ); |
| 88 | 88 | $this->dom->addChild( |
@@ -176,13 +176,13 @@ discard block |
||
| 176 | 176 | $this->dom->addChild( |
| 177 | 177 | $infoReintegr, |
| 178 | 178 | "nrProcJud", |
| 179 | - ! empty($this->std->nrprocjud) ? $this->std->nrprocjud : null, |
|
| 179 | + !empty($this->std->nrprocjud) ? $this->std->nrprocjud : null, |
|
| 180 | 180 | false |
| 181 | 181 | ); |
| 182 | 182 | $this->dom->addChild( |
| 183 | 183 | $infoReintegr, |
| 184 | 184 | "nrLeiAnistia", |
| 185 | - ! empty($this->std->nrleianistia) ? $this->std->nrleianistia : null, |
|
| 185 | + !empty($this->std->nrleianistia) ? $this->std->nrleianistia : null, |
|
| 186 | 186 | false |
| 187 | 187 | ); |
| 188 | 188 | $this->dom->addChild( |
@@ -20,7 +20,7 @@ discard block |
||
| 20 | 20 | $this->dom->addChild( |
| 21 | 21 | $ideEvento, |
| 22 | 22 | "nrRecibo", |
| 23 | - ! empty($this->std->nrrecibo) ? $this->std->nrrecibo : null, |
|
| 23 | + !empty($this->std->nrrecibo) ? $this->std->nrrecibo : null, |
|
| 24 | 24 | false |
| 25 | 25 | ); |
| 26 | 26 | $this->dom->addChild( |
@@ -349,7 +349,7 @@ discard block |
||
| 349 | 349 | $this->dom->addChild( |
| 350 | 350 | $ideEvento, |
| 351 | 351 | "nrRecibo", |
| 352 | - ! empty($this->std->nrrecibo) ? $this->std->nrrecibo : null, |
|
| 352 | + !empty($this->std->nrrecibo) ? $this->std->nrrecibo : null, |
|
| 353 | 353 | false |
| 354 | 354 | ); |
| 355 | 355 | $this->dom->addChild( |
@@ -71,7 +71,7 @@ discard block |
||
| 71 | 71 | ); |
| 72 | 72 | $this->node->appendChild($ideVinculo); |
| 73 | 73 | $infoAfastamento = $this->dom->createElement("infoAfastamento"); |
| 74 | - if (! empty($this->std->iniafastamento)) { |
|
| 74 | + if (!empty($this->std->iniafastamento)) { |
|
| 75 | 75 | $iniAfastamento = $this->dom->createElement("iniAfastamento"); |
| 76 | 76 | $this->dom->addChild( |
| 77 | 77 | $iniAfastamento, |
@@ -88,19 +88,19 @@ discard block |
||
| 88 | 88 | $this->dom->addChild( |
| 89 | 89 | $iniAfastamento, |
| 90 | 90 | "infoMesmoMtv", |
| 91 | - ! empty($this->std->iniafastamento->infomesmomtv) ? $this->std->iniafastamento->infomesmomtv : null, |
|
| 91 | + !empty($this->std->iniafastamento->infomesmomtv) ? $this->std->iniafastamento->infomesmomtv : null, |
|
| 92 | 92 | false |
| 93 | 93 | ); |
| 94 | 94 | $this->dom->addChild( |
| 95 | 95 | $iniAfastamento, |
| 96 | 96 | "tpAcidTransito", |
| 97 | - ! empty($this->std->iniafastamento->tpacidtransito) ? $this->std->iniafastamento->tpacidtransito : null, |
|
| 97 | + !empty($this->std->iniafastamento->tpacidtransito) ? $this->std->iniafastamento->tpacidtransito : null, |
|
| 98 | 98 | false |
| 99 | 99 | ); |
| 100 | 100 | $this->dom->addChild( |
| 101 | 101 | $iniAfastamento, |
| 102 | 102 | "observacao", |
| 103 | - ! empty($this->std->iniafastamento->observacao) ? $this->std->iniafastamento->observacao : null, |
|
| 103 | + !empty($this->std->iniafastamento->observacao) ? $this->std->iniafastamento->observacao : null, |
|
| 104 | 104 | false |
| 105 | 105 | ); |
| 106 | 106 | if (isset($this->std->iniafastamento->infoatestado)) { |
@@ -109,7 +109,7 @@ discard block |
||
| 109 | 109 | $this->dom->addChild( |
| 110 | 110 | $infoAtestado, |
| 111 | 111 | "codCID", |
| 112 | - ! empty($info->codcid) ? $info->codcid : null, |
|
| 112 | + !empty($info->codcid) ? $info->codcid : null, |
|
| 113 | 113 | false |
| 114 | 114 | ); |
| 115 | 115 | $this->dom->addChild( |
@@ -142,7 +142,7 @@ discard block |
||
| 142 | 142 | $this->dom->addChild( |
| 143 | 143 | $emitente, |
| 144 | 144 | "ufOC", |
| 145 | - ! empty($info->emitente->ufoc) ? $info->emitente->ufoc : null, |
|
| 145 | + !empty($info->emitente->ufoc) ? $info->emitente->ufoc : null, |
|
| 146 | 146 | false |
| 147 | 147 | ); |
| 148 | 148 | $infoAtestado->appendChild($emitente); |
@@ -150,7 +150,7 @@ discard block |
||
| 150 | 150 | $iniAfastamento->appendChild($infoAtestado); |
| 151 | 151 | } |
| 152 | 152 | } |
| 153 | - if (! empty($this->std->infocessao)) { |
|
| 153 | + if (!empty($this->std->infocessao)) { |
|
| 154 | 154 | $infoCessao = $this->dom->createElement("infoCessao"); |
| 155 | 155 | $this->dom->addChild( |
| 156 | 156 | $infoCessao, |
@@ -166,7 +166,7 @@ discard block |
||
| 166 | 166 | ); |
| 167 | 167 | $iniAfastamento->appendChild($infoCessao); |
| 168 | 168 | } |
| 169 | - if (! empty($this->std->infomandsind)) { |
|
| 169 | + if (!empty($this->std->infomandsind)) { |
|
| 170 | 170 | $infoMandSind = $this->dom->createElement("infoMandSind"); |
| 171 | 171 | $this->dom->addChild( |
| 172 | 172 | $infoMandSind, |
@@ -184,7 +184,7 @@ discard block |
||
| 184 | 184 | } |
| 185 | 185 | $infoAfastamento->appendChild($iniAfastamento); |
| 186 | 186 | } |
| 187 | - if (! empty($this->std->inforetif)) { |
|
| 187 | + if (!empty($this->std->inforetif)) { |
|
| 188 | 188 | $infoRetif = $this->dom->createElement("infoRetif"); |
| 189 | 189 | $this->dom->addChild( |
| 190 | 190 | $infoRetif, |
@@ -201,12 +201,12 @@ discard block |
||
| 201 | 201 | $this->dom->addChild( |
| 202 | 202 | $infoRetif, |
| 203 | 203 | "nrProc", |
| 204 | - ! empty($this->std->inforetif->nrproc) ? $this->std->inforetif->nrproc : null, |
|
| 204 | + !empty($this->std->inforetif->nrproc) ? $this->std->inforetif->nrproc : null, |
|
| 205 | 205 | false |
| 206 | 206 | ); |
| 207 | 207 | $infoAfastamento->appendChild($infoRetif); |
| 208 | 208 | } |
| 209 | - if (! empty($this->std->fimafastamento)) { |
|
| 209 | + if (!empty($this->std->fimafastamento)) { |
|
| 210 | 210 | $fimAfastamento = $this->dom->createElement("fimAfastamento"); |
| 211 | 211 | $this->dom->addChild( |
| 212 | 212 | $fimAfastamento, |
@@ -283,7 +283,7 @@ discard block |
||
| 283 | 283 | ); |
| 284 | 284 | $this->node->appendChild($ideVinculo); |
| 285 | 285 | $infoAfastamento = $this->dom->createElement("infoAfastamento"); |
| 286 | - if (! empty($this->std->iniafastamento)) { |
|
| 286 | + if (!empty($this->std->iniafastamento)) { |
|
| 287 | 287 | $iniAfastamento = $this->dom->createElement("iniAfastamento"); |
| 288 | 288 | $this->dom->addChild( |
| 289 | 289 | $iniAfastamento, |
@@ -300,22 +300,22 @@ discard block |
||
| 300 | 300 | $this->dom->addChild( |
| 301 | 301 | $iniAfastamento, |
| 302 | 302 | "infoMesmoMtv", |
| 303 | - ! empty($this->std->iniafastamento->infomesmomtv) ? $this->std->iniafastamento->infomesmomtv : null, |
|
| 303 | + !empty($this->std->iniafastamento->infomesmomtv) ? $this->std->iniafastamento->infomesmomtv : null, |
|
| 304 | 304 | false |
| 305 | 305 | ); |
| 306 | 306 | $this->dom->addChild( |
| 307 | 307 | $iniAfastamento, |
| 308 | 308 | "tpAcidTransito", |
| 309 | - ! empty($this->std->iniafastamento->tpacidtransito) ? $this->std->iniafastamento->tpacidtransito : null, |
|
| 309 | + !empty($this->std->iniafastamento->tpacidtransito) ? $this->std->iniafastamento->tpacidtransito : null, |
|
| 310 | 310 | false |
| 311 | 311 | ); |
| 312 | 312 | $this->dom->addChild( |
| 313 | 313 | $iniAfastamento, |
| 314 | 314 | "observacao", |
| 315 | - ! empty($this->std->iniafastamento->observacao) ? $this->std->iniafastamento->observacao : null, |
|
| 315 | + !empty($this->std->iniafastamento->observacao) ? $this->std->iniafastamento->observacao : null, |
|
| 316 | 316 | false |
| 317 | 317 | ); |
| 318 | - if (! empty($this->std->peraquis)) { |
|
| 318 | + if (!empty($this->std->peraquis)) { |
|
| 319 | 319 | $perAquis = $this->dom->createElement("perAquis"); |
| 320 | 320 | $this->dom->addChild( |
| 321 | 321 | $perAquis, |
@@ -331,7 +331,7 @@ discard block |
||
| 331 | 331 | ); |
| 332 | 332 | $iniAfastamento->appendChild($perAquis); |
| 333 | 333 | } |
| 334 | - if (! empty($this->std->infocessao)) { |
|
| 334 | + if (!empty($this->std->infocessao)) { |
|
| 335 | 335 | $infoCessao = $this->dom->createElement("infoCessao"); |
| 336 | 336 | $this->dom->addChild( |
| 337 | 337 | $infoCessao, |
@@ -347,7 +347,7 @@ discard block |
||
| 347 | 347 | ); |
| 348 | 348 | $iniAfastamento->appendChild($infoCessao); |
| 349 | 349 | } |
| 350 | - if (! empty($this->std->infomandsind)) { |
|
| 350 | + if (!empty($this->std->infomandsind)) { |
|
| 351 | 351 | $infoMandSind = $this->dom->createElement("infoMandSind"); |
| 352 | 352 | $this->dom->addChild( |
| 353 | 353 | $infoMandSind, |
@@ -363,7 +363,7 @@ discard block |
||
| 363 | 363 | ); |
| 364 | 364 | $iniAfastamento->appendChild($infoMandSind); |
| 365 | 365 | } |
| 366 | - if (! empty($this->std->infomandelet)) { |
|
| 366 | + if (!empty($this->std->infomandelet)) { |
|
| 367 | 367 | $infoMandElet = $this->dom->createElement("infoMandElet"); |
| 368 | 368 | $this->dom->addChild( |
| 369 | 369 | $infoMandElet, |
@@ -381,7 +381,7 @@ discard block |
||
| 381 | 381 | } |
| 382 | 382 | $infoAfastamento->appendChild($iniAfastamento); |
| 383 | 383 | } |
| 384 | - if (! empty($this->std->inforetif)) { |
|
| 384 | + if (!empty($this->std->inforetif)) { |
|
| 385 | 385 | $infoRetif = $this->dom->createElement("infoRetif"); |
| 386 | 386 | $this->dom->addChild( |
| 387 | 387 | $infoRetif, |
@@ -398,12 +398,12 @@ discard block |
||
| 398 | 398 | $this->dom->addChild( |
| 399 | 399 | $infoRetif, |
| 400 | 400 | "nrProc", |
| 401 | - ! empty($this->std->inforetif->nrproc) ? $this->std->inforetif->nrproc : null, |
|
| 401 | + !empty($this->std->inforetif->nrproc) ? $this->std->inforetif->nrproc : null, |
|
| 402 | 402 | false |
| 403 | 403 | ); |
| 404 | 404 | $infoAfastamento->appendChild($infoRetif); |
| 405 | 405 | } |
| 406 | - if (! empty($this->std->fimafastamento)) { |
|
| 406 | + if (!empty($this->std->fimafastamento)) { |
|
| 407 | 407 | $fimAfastamento = $this->dom->createElement("fimAfastamento"); |
| 408 | 408 | $this->dom->addChild( |
| 409 | 409 | $fimAfastamento, |