예제 #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();
 }