Prado\Collections\TStackIterator::current PHP 메소드

current() 공개 메소드

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