Example #1
0
 protected function &getFilterResults(PlFilter $pf, PlLimit $limit)
 {
     $profiles = $pf->getProfiles($limit, Profile::FETCH_MINIFICHES);
     return $profiles;
 }