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

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

o11Entity
protected o11Entity ( array $aCampos )
$aCampos array
    protected function o11Entity($aCampos)
    {
        //O11|qUnid|vUnid|
        $this->linhaO[9] = $aCampos[1];
        //qUnid
        $this->linhaO[10] = $aCampos[2];
        //vUnid
        $this->zLinhaOEntity($this->linhaO);
    }