NFePHP\NFe\ConvertNFe::r02Entity PHP 메소드

r02Entity() 보호된 메소드

r02Entity
protected r02Entity ( array $aCampos )
$aCampos array
    protected function r02Entity($aCampos)
    {
        //R02|vBC|pPIS|
        $this->linhaR[1] = $aCampos[1];
        //vBC
        $this->linhaR[2] = $aCampos[1];
        //pPIS
        $this->zLinhaREntity($this->linhaR);
    }