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();
    }