Lines Matching defs:child
61 * @param string $child The child group name
64 public function addGroup($parent,$child){
73 // Find the child group's dn
74 $childGroup = $this->info($child, array("cn"));
212 * @param string $child The child group name
215 public function removeGroup($parent , $child)
225 // Find the child dn
226 $childGroup = $this->info($child, array("cn"));