NFePHP\NFe\ConvertNFe::e02Entity PHP Метод

e02Entity() защищенный Метод

e02Entity
protected e02Entity ( array $aCampos )
$aCampos array
    protected function e02Entity($aCampos)
    {
        //E02|CNPJ| [dest]
        $this->linhaE[7] = $aCampos[1];
        $this->zLinhaEEntity($this->linhaE);
    }