Add children count to LDAP root node

This commit is contained in:
Thomas Gelf 2014-03-20 15:45:36 +00:00
parent 3be2834af7
commit 12933ee706
1 changed files with 5 additions and 0 deletions

View File

@ -143,6 +143,11 @@ class Root
return $this->children;
}
public function countChildren()
{
return count($this->children);
}
/**
* @return bool
*/