Skip to content

Commit

Permalink
Merge pull request #1 from BrownUniversity/define-properties
Browse files Browse the repository at this point in the history
defining properties up front
  • Loading branch information
jorrill authored Jan 25, 2024
2 parents d6f0ee0 + 622a63a commit d884107
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Pdfgen.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ class Pdfgen {
* @var PSR-3 Logger
*/
private $logger;

private $username;
private $password;
private $base_url;
private $tmp_path;

/**
* Pdfgen constructor.
Expand Down

0 comments on commit d884107

Please sign in to comment.