diff --git a/src/FetchApp/API/Product.php b/src/FetchApp/API/Product.php index 0eaf455..c543665 100644 --- a/src/FetchApp/API/Product.php +++ b/src/FetchApp/API/Product.php @@ -208,6 +208,11 @@ public function getDownloadsUri(){ return $this->DownloadsUri; } */ public function setDownloadsUri($DownloadsUri){ $this->DownloadsUri = $DownloadsUri; } + /** + * @return array + */ + public function getItems(){ return $this->item_urls; } + /** * @param \DateTime $CreationDate */ @@ -550,4 +555,4 @@ public function loadFromJSON($json){ return true; } -} \ No newline at end of file +}