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

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

oEntity
protected oEntity ( array $aCampos )
$aCampos array
    protected function oEntity($aCampos)
    {
        //O|clEnq|CNPJProd|cSelo|qSelo|cEnq|
        $this->linhaO[0] = $this->nItem;
        $this->linhaO[1] = '';
        //cst
        $this->linhaO[2] = $aCampos[1];
        //clEnq
        $this->linhaO[3] = $aCampos[2];
        //cnpjProd
        $this->linhaO[4] = $aCampos[3];
        //cSelo
        $this->linhaO[5] = $aCampos[4];
        //qSelo
        $this->linhaO[6] = $aCampos[5];
        //cEnq
        $this->linhaO[7] = '';
        //vBC
        $this->linhaO[8] = '';
        //pIPI
        $this->linhaO[9] = '';
        //qUnid
        $this->linhaO[10] = '';
        //vUnid
        $this->linhaO[11] = '';
        //vIPI
    }