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

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

x03Entity
protected x03Entity ( array $aCampos )
$aCampos array
    protected function x03Entity($aCampos)
    {
        //X03|xNome|IE|xEnder|xMun|UF|
        $this->linhaX[0] = '';
        $this->linhaX[1] = '';
        //$numCNPJ
        $this->linhaX[2] = '';
        //$numCPF
        $this->linhaX[3] = $aCampos[1];
        //$xNome
        $this->linhaX[4] = $aCampos[2];
        //$numIE
        $this->linhaX[5] = $aCampos[3];
        //$xEnder
        $this->linhaX[6] = $aCampos[4];
        //$xMun
        $this->linhaX[7] = $aCampos[5];
        //$siglaUF
    }