tagNVE() public method

tagNVE NVE NOMENCLATURA DE VALOR ADUANEIRO E ESTATÍSTICA Podem ser até 8 NVE's por item
public tagNVE ( string $nItem = '', string $texto = '' ) : DOMElement
$nItem string
$texto string
return DOMElement
Exemplo n.º 1
0
 /**
  * i05aEntity
  * Cria a tag NVE
  *
  * @param array $aCampos
  */
 protected function i05aEntity($aCampos)
 {
     //I05A|NVE
     $this->make->tagNVE($this->nItem, $aCampos[1]);
 }