Esempio n. 1
0
File: Activity.php Progetto: rjha/sc
 function getPostFeeds($itemId, $limit)
 {
     $key = Nest::feeds("post", $itemId);
     return $this->getList($key, $limit);
 }