Exemple #1
0
 /**
  * Retrieve groups [implement only where required/possible]
  *
  * Set getGroups capability when implemented
  *
  * @param   int $start
  * @param   int $limit
  * @return  array
  */
 public function retrieveGroups($start = 0, $limit = 0)
 {
     return parent::retrieveGroups();
 }