summaryrefslogtreecommitdiff
path: root/ext/intl/breakiterator/breakiterator_iterators.stub.php
blob: 9a82640c20e5836c511f36b7e8ef6eaceaf38971 (plain)
1
2
3
4
5
6
7
8
9
<?php

/** @generate-class-entries */

class IntlPartsIterator extends IntlIterator
{
    /** @return IntlBreakIterator */
    public function getBreakIterator() {}
}