NFePHP\Extras\Danfe::monta PHP Method

monta() public method

monta
public monta ( string $orientacao = '', string $papel = 'A4', string $logoAlign = 'C', $situacaoExterna = NFEPHP_SITUACAO_EXTERNA_NONE, $classPdf = false, $dpecNumReg = '', $margSup = 2, $margEsq = 2, $margInf = 2 ) : string
$orientacao string
$papel string
$logoAlign string
return string
    public function monta($orientacao = '', $papel = 'A4', $logoAlign = 'C', $situacaoExterna = NFEPHP_SITUACAO_EXTERNA_NONE, $classPdf = false, $dpecNumReg = '', $margSup = 2, $margEsq = 2, $margInf = 2)
    {
        return $this->montaDANFE($orientacao, $papel, $logoAlign, $situacaoExterna, $classPdf, $dpecNumReg, $margSup, $margEsq, $margInf);
    }