コード例 #1
1
 function PDF_NewsletterLabels($sLabelFormat)
 {
     parent::PDF_Label($sLabelFormat);
     $this->Open();
 }
コード例 #2
0
ファイル: ConfirmLabels.php プロジェクト: jwigal/churchinfo
 function PDF_ConfirmLabels($sLabelFormat)
 {
     parent::PDF_Label($sLabelFormat);
     $this->Open();
 }
コード例 #3
0
ファイル: NameTags.php プロジェクト: dschwen/CRM
 function PDF_NameTags($sLabelFormat)
 {
     parent::PDF_Label($sLabelFormat);
     $this->Open();
 }
コード例 #4
0
ファイル: PostNet.php プロジェクト: radicaldesigns/amp
 function PDF_Label_PostNet($format, $unit = null, $posX = null, $posY = null)
 {
     parent::PDF_Label($format, $unit, $posX, $posY);
 }