NFePHP\NFe\ConvertNFe::c02Entity PHP Method

c02Entity() protected method

c02Entity
protected c02Entity ( array $aCampos )
$aCampos array
    protected function c02Entity($aCampos)
    {
        //C02|cnpj|
        $this->linhaC[8] = $aCampos[1];
        //CNPJ
        $this->zLinhaCEntity($this->linhaC);
    }