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

qEntity() protected méthode

qEntity
protected qEntity ( array $aCampos )
$aCampos array
    protected function qEntity($aCampos)
    {
        //Q|
        //carrega numero do item
        $aCampos = array();
        $this->linhaQ[0] = $this->nItem;
        $this->linhaQ[1] = '';
        //cst
        $this->linhaQ[2] = '';
        //vBC
        $this->linhaQ[3] = '';
        //pPIS
        $this->linhaQ[4] = '';
        //vPIS
        $this->linhaQ[5] = '';
        //qBCProd
        $this->linhaQ[6] = '';
        //vAliqProd
    }