NFePHP\NFe\ConvertNFe::lEntity PHP Method

lEntity() protected method

lEntity Cria a tag arma
protected lEntity ( array $aCampos )
$aCampos array
    protected function lEntity($aCampos)
    {
        //L|tpArma|nSerie|nCano|descr|
        $this->make->tagarma($this->nItem, $aCampos[1], $aCampos[2], $aCampos[3], $aCampos[4]);
    }