mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
14 lines
247 B
PHP
14 lines
247 B
PHP
<?php
|
|
|
|
/**
|
|
* @generate-class-entries static
|
|
* @undocumentable
|
|
*/
|
|
|
|
namespace ZendTest\Iterators;
|
|
|
|
final class TraversableTest implements \IteratorAggregate
|
|
{
|
|
public function __construct() {}
|
|
public function getIterator(): \Iterator {}
|
|
}
|