%PDF- %PDF-
Direktori : /proc/self/root/var/www/html/sljcon/vendor/phpunit/phpunit/tests/_files/ |
Current File : //proc/self/root/var/www/html/sljcon/vendor/phpunit/phpunit/tests/_files/TestIteratorAggregate.php |
<?php class TestIteratorAggregate implements IteratorAggregate { private $traversable; public function __construct(\Traversable $traversable) { $this->traversable = $traversable; } public function getIterator() { return $this->traversable; } }