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);
    }