Example #1
0
 public static function getCategoryRatingTypes(Category $category)
 {
     $f = new ARSelectFilter();
     $f->setOrder(new ARFieldHandle(__CLASS__, 'position'));
     return $category->getRelatedRecordSet(__CLASS__, $f);
 }