Skip to content

Commit

Permalink
Merge branch 'master' of github.com:EventSquare/php-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Willem Staels committed Sep 20, 2017
2 parents ab1df69 + 256626e commit 6042251
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Pocket.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ public function __construct(Connection $connection, $uid) {
$this->uid = $uid;
}

public function details() {
return $this->connection->send('collect/' . $this->uid,'pocket',$this);
}

public function tickets() {
return $this->connection->send('collect/' . $this->uid . '/tickets','pocket',$this);
}
Expand Down

0 comments on commit 6042251

Please sign in to comment.