NFePHP\NFe\ConvertNFe::f02aEntity PHP Method

f02aEntity() protected method

f02aEntity
protected f02aEntity ( array $aCampos )
$aCampos array
    protected function f02aEntity($aCampos)
    {
        //F02a|CPF
        $this->linhaF[9] = $aCampos[1];
        $this->zLinhaFEntity($this->linhaF);
    }