Skip to content

Commit

Permalink
Attributes are public
Browse files Browse the repository at this point in the history
  • Loading branch information
kedves authored Jan 16, 2018
1 parent a75c11f commit 70ac787
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/InvoicePrinter.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ class InvoicePrinter extends FPDF
{
public $angle = 0;

private $font = 'helvetica'; /* Font Name : See inc/fpdf/font for all supported fonts */
private $columnOpacity = 0.06; /* Items table background color opacity. Range (0.00 - 1) */
private $columnSpacing = 0.3; /* Spacing between Item Tables */
private $referenceformat = ['.', ',']; /* Currency formater */
private $margins = [
public $font = 'helvetica'; /* Font Name : See inc/fpdf/font for all supported fonts */
public $columnOpacity = 0.06; /* Items table background color opacity. Range (0.00 - 1) */
public $columnSpacing = 0.3; /* Spacing between Item Tables */
public $referenceformat = ['.', ',']; /* Currency formater */
public $margins = [
'l' => 15,
't' => 15,
'r' => 15
Expand Down

0 comments on commit 70ac787

Please sign in to comment.