コード例 #1
0
ファイル: Collection.php プロジェクト: janiv/shelf
 /**
  * Returns a CollectionCollection entity from the processed response
  *
  * @return Shelf\Entity\CollectionCollection
  */
 public function getCollection()
 {
     return parent::getProcessedData();
 }
コード例 #2
0
ファイル: Boardgames.php プロジェクト: janiv/shelf
 /**
  * Returns a BoardgameCollection entity from the processed response
  *
  * @return Shelf\Entity\BoardgameCollection
  */
 public function getBoardgames()
 {
     return parent::getProcessedData();
 }
コード例 #3
0
ファイル: Search.php プロジェクト: janiv/shelf
 /**
  * Returns a SearchCollection entity from the processed response
  *
  * @return Shelf\Entity\SearchCollection
  */
 public function getResults()
 {
     return parent::getProcessedData();
 }