Skip to content

Commit 960acab

Browse files
author
PrintNodeJames
authored
Merge pull request #16 from violuke/patch-1
Adding ability to add options (such as copies)
2 parents 85d0b8e + 5ef5f88 commit 960acab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/PrintNode/PrintJob.php

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* @property string $contentType
1414
* @property string $content
1515
* @property string $source
16+
* @property array $options
1617
* @property-read int $filesize
1718
* @property-read DateTime $createTimestamp
1819
* @property-read string $state
@@ -29,6 +30,7 @@ class PrintJob extends Entity
2930
protected $createTimestamp;
3031
protected $state;
3132
protected $expireAt;
33+
protected $options;
3234

3335
public function foreignKeyEntityMap()
3436
{

0 commit comments

Comments
 (0)