php-src/ext/intl/breakiterator/breakiterator_iterators.stub.php
2023-10-29 10:50:16 +01:00

20 lines
554 B
PHP

<?php
/** @generate-class-entries */
/** @not-serializable */
class IntlPartsIterator extends IntlIterator
{
/** @cvalue PARTS_ITERATOR_KEY_SEQUENTIAL */
public const int KEY_SEQUENTIAL = UNKNOWN;
/** @cvalue PARTS_ITERATOR_KEY_LEFT */
public const int KEY_LEFT = UNKNOWN;
/** @cvalue PARTS_ITERATOR_KEY_RIGHT */
public const int KEY_RIGHT = UNKNOWN;
/** @tentative-return-type */
public function getBreakIterator(): IntlBreakIterator {}
/** @tentative-return-type */
public function getRuleStatus(): int {}
}