Example #1
0
 public function getPrimaryUsergroupOptions()
 {
     return UserGroup::lists('name', 'id');
 }
Example #2
0
 public function getPrimaryUsergroups()
 {
     $this->userGroups = UserGroup::lists('name', 'id');
     $this->page['userGroups'] = $this->userGroups;
 }