NFePHP\NFe\ConvertNFe::x05Entity PHP Метод

x05Entity() защищенный Метод

x05Entity
protected x05Entity ( array $aCampos )
$aCampos array
    protected function x05Entity($aCampos)
    {
        //X05|CPF|
        $this->linhaX[2] = $aCampos[1];
        //$numCPF
        $this->zLinhaXEntity($this->linhaX);
    }