mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
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…
x
Reference in New Issue
Block a user