예제 #1
0
파일: Feed.php 프로젝트: tlandn/akvo-web
 public function getBatches()
 {
     $oDaoParticipantRegistry = new JDDao\JsonData();
     return $oDaoParticipantRegistry->fetchBatches();
 }