Sabre\VObject\Recur\EventIterator::key PHP 메소드

key() 공개 메소드

This is for us simply a 0-based index.
public key ( ) : integer
리턴 integer
    public function key()
    {
        // The counter is always 1 ahead.
        return $this->counter - 1;
    }