コード例 #1
0
ファイル: Feed.php プロジェクト: tlandn/akvo-web
 public function getBatches()
 {
     $oDaoParticipantRegistry = new JDDao\JsonData();
     return $oDaoParticipantRegistry->fetchBatches();
 }