tagreboque() public method

tagreboque Grupo Reboque X22 pai X17.1 tag NFe/infNFe/transp/reboque (opcional)
public tagreboque ( string $placa = '', string $siglaUF = '', string $rntc = '', string $vagao = '', string $balsa = '' ) : DOMElement
$placa string
$siglaUF string
$rntc string
$vagao string
$balsa string
return DOMElement
Exemplo n.º 1
0
 /**
  * x22Entity
  * Cria a tag reboque
  *
  * @param array $aCampos
  */
 protected function x22Entity($aCampos)
 {
     //X22|placa|UF|RNTC|vagao|balsa|
     $this->make->tagreboque($aCampos[1], $aCampos[3], $aCampos[4], $aCampos[5], $aCampos[6]);
 }