Prado\Collections\TQueue::count PHP Метод

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

This method is required by \Countable interface.
public count ( ) : integer
Результат integer number of items in the queue.
    public function count()
    {
        return $this->getCount();
    }