NFePHP\NFe\ConvertNFe::c02aEntity PHP Method

c02aEntity() protected method

c02aEntity
protected c02aEntity ( array $aCampos )
$aCampos array
    protected function c02aEntity($aCampos)
    {
        //C02a|cpf|
        $this->linhaC[9] = $aCampos[1];
        //CPF
        $this->linhaCEntity($this->linhaC);
    }