mirror of
https://github.com/php/php-src.git
synced 2026-03-31 20:53:00 +02:00
10 lines
167 B
PHP
10 lines
167 B
PHP
<?php
|
|
|
|
/** @generate-class-entries */
|
|
|
|
class IntlPartsIterator extends IntlIterator
|
|
{
|
|
/** @return IntlBreakIterator */
|
|
public function getBreakIterator() {}
|
|
}
|