@@ -65,7 +65,7 @@ |
||
| 65 | 65 | */ |
| 66 | 66 | protected function toNode() |
| 67 | 67 | { |
| 68 | - $evtid = FactoryId::build( |
|
| 68 | + $evtid = FactoryId::build( |
|
| 69 | 69 | $this->tpInsc, |
| 70 | 70 | $this->nrInsc, |
| 71 | 71 | $this->date, |
@@ -65,7 +65,7 @@ |
||
| 65 | 65 | */ |
| 66 | 66 | protected function toNode() |
| 67 | 67 | { |
| 68 | - $evtid = FactoryId::build( |
|
| 68 | + $evtid = FactoryId::build( |
|
| 69 | 69 | $this->tpInsc, |
| 70 | 70 | $this->nrInsc, |
| 71 | 71 | $this->date, |
@@ -114,7 +114,7 @@ discard block |
||
| 114 | 114 | $this->dom->addChild( |
| 115 | 115 | $ide, |
| 116 | 116 | "fimValid", |
| 117 | - ! empty($this->std->fimvalid) ? $this->std->fimvalid : null, |
|
| 117 | + !empty($this->std->fimvalid) ? $this->std->fimvalid : null, |
|
| 118 | 118 | false |
| 119 | 119 | ); |
| 120 | 120 | //seleção do modo |
@@ -131,7 +131,7 @@ discard block |
||
| 131 | 131 | $this->dom->addChild( |
| 132 | 132 | $dados, |
| 133 | 133 | "indAutoria", |
| 134 | - ! empty($this->std->dadosproc->indautoria) |
|
| 134 | + !empty($this->std->dadosproc->indautoria) |
|
| 135 | 135 | ? $this->std->dadosproc->indautoria |
| 136 | 136 | : null, |
| 137 | 137 | false |
@@ -142,7 +142,7 @@ discard block |
||
| 142 | 142 | $this->std->dadosproc->indmatproc, |
| 143 | 143 | true |
| 144 | 144 | ); |
| 145 | - if (! empty($this->std->dadosproc->dadosprocjud)) { |
|
| 145 | + if (!empty($this->std->dadosproc->dadosprocjud)) { |
|
| 146 | 146 | $dadosProcJud = $this->dom->createElement("dadosProcJud"); |
| 147 | 147 | $this->dom->addChild( |
| 148 | 148 | $dadosProcJud, |
@@ -164,7 +164,7 @@ discard block |
||
| 164 | 164 | ); |
| 165 | 165 | $dados->appendChild($dadosProcJud); |
| 166 | 166 | } |
| 167 | - if (! empty($this->std->dadosproc->infosusp)) { |
|
| 167 | + if (!empty($this->std->dadosproc->infosusp)) { |
|
| 168 | 168 | foreach ($this->std->dadosproc->infosusp as $susp) { |
| 169 | 169 | $infoSusp = $this->dom->createElement("infoSusp"); |
| 170 | 170 | $this->dom->addChild( |
@@ -196,7 +196,7 @@ discard block |
||
| 196 | 196 | } |
| 197 | 197 | $node->appendChild($dados); |
| 198 | 198 | |
| 199 | - if (! empty($this->std->novavalidade) && $this->std->modo == 'ALT') { |
|
| 199 | + if (!empty($this->std->novavalidade) && $this->std->modo == 'ALT') { |
|
| 200 | 200 | $newVal = $this->std->novavalidade; |
| 201 | 201 | $novaValidade = $this->dom->createElement("novaValidade"); |
| 202 | 202 | $this->dom->addChild( |
@@ -208,7 +208,7 @@ discard block |
||
| 208 | 208 | $this->dom->addChild( |
| 209 | 209 | $ideRubrica, |
| 210 | 210 | "fimValid", |
| 211 | - ! empty($newVal->fimvalid) ? $newVal->fimvalid : null, |
|
| 211 | + !empty($newVal->fimvalid) ? $newVal->fimvalid : null, |
|
| 212 | 212 | false |
| 213 | 213 | ); |
| 214 | 214 | $node->appendChild($novaValidade); |
@@ -71,7 +71,7 @@ discard block |
||
| 71 | 71 | $this->dom->addChild( |
| 72 | 72 | $ideEvento, |
| 73 | 73 | "nrRecArqBase", |
| 74 | - ! empty($this->std->nrrecarqbase) ? $this->std->nrrecarqbase : null, |
|
| 74 | + !empty($this->std->nrrecarqbase) ? $this->std->nrrecarqbase : null, |
|
| 75 | 75 | false |
| 76 | 76 | ); |
| 77 | 77 | $this->dom->addChild( |
@@ -166,7 +166,7 @@ discard block |
||
| 166 | 166 | $this->dom->addChild( |
| 167 | 167 | $infoCategIncid, |
| 168 | 168 | "matricula", |
| 169 | - ! empty($infocat->matricula) ? $infocat->matricula : null, |
|
| 169 | + !empty($infocat->matricula) ? $infocat->matricula : null, |
|
| 170 | 170 | false |
| 171 | 171 | ); |
| 172 | 172 | $this->dom->addChild( |
@@ -178,7 +178,7 @@ discard block |
||
| 178 | 178 | $this->dom->addChild( |
| 179 | 179 | $infoCategIncid, |
| 180 | 180 | "indSimples", |
| 181 | - ! empty($infocat->indsimples) ? $infocat->indsimples : null, |
|
| 181 | + !empty($infocat->indsimples) ? $infocat->indsimples : null, |
|
| 182 | 182 | false |
| 183 | 183 | ); |
| 184 | 184 | foreach ($infocat->infobasecs as $infobase) { |
@@ -65,7 +65,7 @@ |
||
| 65 | 65 | */ |
| 66 | 66 | protected function toNode() |
| 67 | 67 | { |
| 68 | - $evtid = FactoryId::build( |
|
| 68 | + $evtid = FactoryId::build( |
|
| 69 | 69 | $this->tpInsc, |
| 70 | 70 | $this->nrInsc, |
| 71 | 71 | $this->date, |
@@ -65,7 +65,7 @@ |
||
| 65 | 65 | */ |
| 66 | 66 | protected function toNode() |
| 67 | 67 | { |
| 68 | - $evtid = FactoryId::build( |
|
| 68 | + $evtid = FactoryId::build( |
|
| 69 | 69 | $this->tpInsc, |
| 70 | 70 | $this->nrInsc, |
| 71 | 71 | $this->date, |
@@ -65,7 +65,7 @@ |
||
| 65 | 65 | */ |
| 66 | 66 | protected function toNode() |
| 67 | 67 | { |
| 68 | - $evtid = FactoryId::build( |
|
| 68 | + $evtid = FactoryId::build( |
|
| 69 | 69 | $this->tpInsc, |
| 70 | 70 | $this->nrInsc, |
| 71 | 71 | $this->date, |
@@ -65,7 +65,7 @@ |
||
| 65 | 65 | */ |
| 66 | 66 | protected function toNode() |
| 67 | 67 | { |
| 68 | - $evtid = FactoryId::build( |
|
| 68 | + $evtid = FactoryId::build( |
|
| 69 | 69 | $this->tpInsc, |
| 70 | 70 | $this->nrInsc, |
| 71 | 71 | $this->date, |
@@ -65,7 +65,7 @@ discard block |
||
| 65 | 65 | */ |
| 66 | 66 | protected function toNode() |
| 67 | 67 | { |
| 68 | - $evtid = FactoryId::build( |
|
| 68 | + $evtid = FactoryId::build( |
|
| 69 | 69 | $this->tpInsc, |
| 70 | 70 | $this->nrInsc, |
| 71 | 71 | $this->date, |
@@ -147,7 +147,7 @@ discard block |
||
| 147 | 147 | $this->dom->addChild( |
| 148 | 148 | $ideRespInf, |
| 149 | 149 | "email", |
| 150 | - ! empty($this->std->iderespinf->email) ? $this->std->iderespinf->email : null, |
|
| 150 | + !empty($this->std->iderespinf->email) ? $this->std->iderespinf->email : null, |
|
| 151 | 151 | false |
| 152 | 152 | ); |
| 153 | 153 | $evtFechaEvPer->appendChild($ideRespInf); |
@@ -192,7 +192,7 @@ discard block |
||
| 192 | 192 | $this->dom->addChild( |
| 193 | 193 | $infoFech, |
| 194 | 194 | "compSemMovto", |
| 195 | - ! empty($this->std->infofech->compsemmovto) ? $this->std->infofech->compsemmovto : null, |
|
| 195 | + !empty($this->std->infofech->compsemmovto) ? $this->std->infofech->compsemmovto : null, |
|
| 196 | 196 | false |
| 197 | 197 | ); |
| 198 | 198 | $evtFechaEvPer->appendChild($infoFech); |