Lines Matching defs:parent
60 * @param string $parent The parent group name
64 public function addGroup($parent,$child){
66 // Find the parent group's dn
67 $parentGroup = $this->ginfo($parent, array("cn"));
211 * @param string $parent The parent group name
215 public function removeGroup($parent , $child)
218 // Find the parent dn
219 $parentGroup = $this->info($parent, array("cn"));
253 // Find the parent dn
286 // Find the parent dn
472 $parent = array_pop($stack);
473 array_push($processed, $parent);
475 $info = $this->info($parent, array("memberof"));