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