Prado\Collections\TStack::count PHP Method

count() public method

This method is required by \Countable interface.
public count ( ) : integer
return integer number of items in the stack.
    public function count()
    {
        return $this->getCount();
    }