NFePHP\NFe\ConvertNFe::x04Entity PHP Method

x04Entity() protected method

x04Entity
protected x04Entity ( array $aCampos )
$aCampos array
    protected function x04Entity($aCampos)
    {
        //X04|CNPJ|
        $this->linhaX[1] = $aCampos[1];
        //$numCNPJ
        $this->zLinhaXEntity($this->linhaX);
    }