Class PerforatedInvoicePdf
Perforated Invoice Template
- TCPDF
- 
			 TcpdfWrapper TcpdfWrapper
- 
			 PerforatedInvoicePdf PerforatedInvoicePdf
		
		
		
		Package: blesta\components\invoice\templates\perforated\invoice
Copyright: Copyright (c) 2015, Phillips Data, Inc.
License: The Blesta License Agreement
Link: Blesta
Located at components/invoice_templates/perforated_invoice/perforated_invoice_pdf.php
	
	Copyright: Copyright (c) 2015, Phillips Data, Inc.
License: The Blesta License Agreement
Link: Blesta
Located at components/invoice_templates/perforated_invoice/perforated_invoice_pdf.php
| 
			 public 
			
			
			 | 
		#
		 __construct( string $orientation = 'P', string $unit = 'mm', string $format = 'A4', boolean $unicode = true, string $encoding = 'UTF-8', boolean $diskcache = false, string $font = null  )Initializes the default invoice PDF | 
| 
			 public 
			
			
			 | |
| 
			 public 
			
			
			 | |
| 
			 public 
			
			
			 | |
| 
			 protected 
			string
			
			 | 
| 
			drawTable()
		 | 
| 
			public  
			array
		 | $meta An array of meta data for this invoice | 
				#
				 [] | 
| 
			public  
			 | $CurrencyFormat The CurrencyFormat object used to format currency values | |
| 
			public  
			 | $Date The Date object used to format date values | |
| 
			public  
			array
		 | $invoice An array of invoice data for this invoice | 
				#
				 [] | 
| 
			public  
			boolean
		 | $include_address Whether to include the to address or not | 
				#
				 true |