PHPHtmlParser\Dom\Collection::count PHP Метод

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

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