Skip to content

Commit

Permalink
Update EnvelopeInterface.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Stern87 authored Jan 28, 2020
1 parent f20e9c7 commit e0f62ec
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/api/EnvelopeInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,18 @@ public function setImageType($type);
*/
public function getImageType();

/**
* @param string $mode
*
* @return $this
*/
public function setMode($mode);

/**
* @return string
*/
public function getMode();

/**
* @param string $type
*
Expand All @@ -79,6 +91,18 @@ public function setPackageType($type);
*/
public function getPackageType();

/**
* @param string $type
*
* @return $this
*/
public function setPrintLayout($type);

/**
* @return string
*/
public function getPrintLayout();

/**
* @param string $type
*
Expand Down

0 comments on commit e0f62ec

Please sign in to comment.