Ejemplo n.º 1
0
 /**
  * @return Role[]
  */
 public function getRoles()
 {
     $repo = new RoleRepository($this->db);
     return $repo->order('name', 'ASC')->find(true);
 }