NFePHP\NFe\ConvertNFe::hEntity PHP Method

hEntity() protected method

hEntity Cria tag infAdProd
protected hEntity ( array $aCampos )
$aCampos array
    protected function hEntity($aCampos)
    {
        //H|item|infAdProd
        if (!empty($aCampos[2])) {
            $this->make->taginfAdProd($aCampos[1], $aCampos[2]);
        }
        $this->nItem = (int) $aCampos[1];
    }