PHP 클래스 PhpSigep\Pdf\CartaoDePostagem2016

저자: : Stavarengo
파일 보기 프로젝트 열기: stavarengo/php-sigep

공개 프로퍼티들

프로퍼티 타입 설명
$pdf ImprovedFPDF

공개 메소드들

메소드 설명
__construct ( PhpSigep\Model\PreListaDePostagem $plp, integer $idPlpCorreios, string $logoFile, $chancelas = [] )
render ( $dest = '', $filename = '' )

비공개 메소드들

메소드 설명
CalcDigCep ( $cep )
_ ( $str )
_render ( string $dest = '', string $fileName = '' ) : mixed
getM2Dstr ( $cepD, $numD, $cepO, $numO, $etq, $srvA, $carP, $codS, $valD, $telD, $msg = '' )
init ( )
multiLines ( $w, $txt, $align, $h = null, $utf8 = true )
setFillColor ( $r, $g, $b )
t ( $w, $txt, $ln, $align, $h = null, $multiLines = false, $utf8 = true )
writeDestinatario ( $l, $t, $w, $objetoPostal )
writeEndereco ( $t, $l, $w, $titulo, $nomeDestinatario, $logradouro, $numero1, $complemento, $bairro, $cidade, $uf, $cep = null )
writeRemetente ( $l, $t, $w, PhpSigep\Model\Remetente $remetente )

메소드 상세

__construct() 공개 메소드

public __construct ( PhpSigep\Model\PreListaDePostagem $plp, integer $idPlpCorreios, string $logoFile, $chancelas = [] )
$plp PhpSigep\Model\PreListaDePostagem
$idPlpCorreios integer
$logoFile string

render() 공개 메소드

public render ( $dest = '', $filename = '' )

프로퍼티 상세

$pdf 공개적으로 프로퍼티

public ImprovedFPDF,PhpSigep\Pdf $pdf
리턴 ImprovedFPDF