Example #1
0
 public static function getListByItem($mixed)
 {
     $ags = GatheringDataSource::getByHandle('twitter');
     return GatheringItem::getListByKey($ags, $mixed->get_link());
 }