Prado\Collections\TStackIterator::key PHP Метод

key() публичный Метод

This method is required by the interface Iterator.
public key ( ) : integer
Результат integer the key of the current array item
    public function key()
    {
        return $this->_i;
    }