tagprocRef() 공개 메소드

tagprocRef Grupo Processo referenciado Z10 pai Z01 (NT2012.003) tag NFe/infNFe/procRef (opcional) O método taginfAdic deve ter sido carregado antes
public tagprocRef ( string $nProc = '', string $indProc = '' ) : DOMElement
$nProc string
$indProc string
리턴 DOMElement
예제 #1
0
 /**
  * z10Entity
  * Cria a tag prcRef
  *
  * @param array $aCampos
  */
 protected function z10Entity($aCampos)
 {
     //Z10|nProc|indProc|
     $this->make->tagprocRef($aCampos[1], $aCampos[2]);
 }