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

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

rEntity
protected rEntity ( array $aCampos )
$aCampos array
    protected function rEntity($aCampos)
    {
        //R|vPIS|
        $this->linhaR[0] = $this->nItem;
        $this->linhaR[1] = '';
        //vBC
        $this->linhaR[2] = '';
        //pPIS
        $this->linhaR[3] = '';
        //qBCProd
        $this->linhaR[4] = '';
        //vAliqProd
        $this->linhaR[5] = $aCampos[1];
        //vPIS
    }