LdapTools\Object\LdapObjectCollection::count PHP Метод

count() публичный Метод

The number of LdapObjects in the collection.
public count ( ) : integer
Результат integer
    public function count()
    {
        return count($this->objects);
    }