Prado\Collections\TStackIterator::current PHP Méthode

current() public méthode

This method is required by the interface Iterator.
public current ( ) : mixed
Résultat mixed the current array item
    public function current()
    {
        return $this->_d[$this->_i];
    }