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

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

eEntity
protected eEntity ( array $aCampos )
$aCampos array
    protected function eEntity($aCampos)
    {
        //E|xNome|indIEDest|IE|ISUF|IM|email|
        $this->linhaE[0] = $aCampos[0];
        $this->linhaE[1] = $aCampos[1];
        $this->linhaE[2] = $aCampos[2];
        $this->linhaE[3] = $aCampos[3];
        $this->linhaE[4] = $aCampos[4];
        $this->linhaE[5] = $aCampos[5];
        $this->linhaE[6] = $aCampos[6];
        $this->linhaE[7] = '';
        $this->linhaE[8] = '';
        $this->linhaE[9] = '';
    }