Add children count to LDAP root node
This commit is contained in:
parent
3be2834af7
commit
12933ee706
|
@ -143,6 +143,11 @@ class Root
|
|||
return $this->children;
|
||||
}
|
||||
|
||||
public function countChildren()
|
||||
{
|
||||
return count($this->children);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return bool
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue