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

View File

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