Example #1
0
 public static function getListByItem($mixed)
 {
     $ags = GatheringDataSource::getByHandle('page');
     if (is_object($ags)) {
         return Item::getListByKey($ags, $mixed->getCollectionID());
     } else {
         return array();
     }
 }