NFePHP\NFe\ConvertNFe::laEntity PHP Method

laEntity() protected method

laEntity
protected laEntity ( arry $aCampos )
$aCampos arry
    protected function laEntity($aCampos)
    {
        //LA|cProdANP|pMixGN|CODIF|qTemp|UFCons|
        $this->LinhaLA = $aCampos;
        $this->LinhaLA[6] = '';
        $this->LinhaLA[7] = '';
        $this->LinhaLA[8] = '';
        $this->zLinhaLAEntity($this->LinhaLA);
    }