コード例 #1
0
ファイル: Collection.php プロジェクト: apioo/fusio-impl
 /**
  * Returns the GET response
  *
  * @return array|\PSX\Record\RecordInterface
  */
 protected function doGet()
 {
     return $this->scopeService->getByUser($this->userId);
 }