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

t02Entity() protected méthode

t02Entity
protected t02Entity ( array $aCampos )
$aCampos array
    protected function t02Entity($aCampos)
    {
        //T02|vBC|pCOFINS|
        $this->linhaT[1] = $aCampos[1];
        //$vBC
        $this->linhaT[2] = $aCampos[2];
        //$pCOFINS
        $this->zLinhaTEntity($this->linhaT);
    }