NFePHP\NFe\ConvertNFe::lbEntity PHP Method

lbEntity() protected method

lbEntity Cria a tag RECOPI
protected lbEntity ( array $aCampos )
$aCampos array
    protected function lbEntity($aCampos)
    {
        //LB|nRECOPI|
        $this->make->tagRECOPI($this->nItem, $aCampos[1]);
    }