Prado\Collections\TDummyDataSourceIterator::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->_index;
    }