Skip to content

Commit

Permalink
Merge pull request #16 from violuke/patch-1
Browse files Browse the repository at this point in the history
Adding ability to add options (such as copies)
  • Loading branch information
PrintNodeJames committed May 17, 2017
2 parents 85d0b8e + 5ef5f88 commit 960acab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PrintNode/PrintJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* @property string $contentType
* @property string $content
* @property string $source
* @property array $options
* @property-read int $filesize
* @property-read DateTime $createTimestamp
* @property-read string $state
Expand All @@ -29,6 +30,7 @@ class PrintJob extends Entity
protected $createTimestamp;
protected $state;
protected $expireAt;
protected $options;

public function foreignKeyEntityMap()
{
Expand Down

0 comments on commit 960acab

Please sign in to comment.