NFePHP\NFe\ConvertNFe::ba13Entity PHP Méthode

ba13Entity() protected méthode

ba13Entity
protected ba13Entity ( array $aCampos )
$aCampos array
    protected function ba13Entity($aCampos)
    {
        //BA13|CNPJ|
        $this->linhaBA10[7] = $aCampos[1];
        $this->zLinhaBA10Entity($this->linhaBA10);
    }