Prado\Collections\TStack::count PHP Méthode

count() public méthode

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