Prado\Collections\TPagedListIterator::key PHP Méthode

key() public méthode

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