Prado\Collections\TStackIterator::key PHP Method

key() public method

This method is required by the interface Iterator.
public key ( ) : integer
return integer the key of the current array item
    public function key()
    {
        return $this->_i;
    }