LdapTools\Object\LdapObjectCollection::count PHP Method

count() public method

The number of LdapObjects in the collection.
public count ( ) : integer
return integer
    public function count()
    {
        return count($this->objects);
    }