NFePHP\NFe\ConvertNFe::o10Entity PHP Method

o10Entity() protected method

o10Entity
protected o10Entity ( array $aCampos )
$aCampos array
    protected function o10Entity($aCampos)
    {
        //O10|vBC|pIPI|
        $this->linhaO[7] = $aCampos[1];
        //vBC
        $this->linhaO[8] = $aCampos[2];
        //pIPI
        $this->zLinhaOEntity($this->linhaO);
    }