Sabre\VObject\Recur\EventIterator::key PHP Méthode

key() public méthode

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