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

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

e03Entity
protected e03Entity ( array $aCampos )
$aCampos array
    protected function e03Entity($aCampos)
    {
        //E03|CPF| [dest]
        $this->linhaE[8] = $aCampos[1];
        $this->zLinhaEEntity($this->linhaE);
    }