Lines Matching refs:grps
32 $grpdots = sexplode('[]', $this->getConf('json-grps'), 2);
36 $grps = DotAccess::get($result, $grpdots[0], []);
39 if(is_array($grps) && $grpdots[1]) {
40 $grps = array_map(function($grp) use ($grpdots) {
42 }, $grps);
49 if (!is_array($grps)) {
50 $grps = explode(',', $grps);
51 $grps = array_map('trim', $grps);
68 return compact('user', 'name', 'mail', 'grps');