mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
77c7552c3f
API: Query no longer has iterator methods current(), first(), rewind(), next() Using generators reduces the amount of boilerplate needed for this code. Turning it into an IteratorAggregate means that the iterator can be re-created for each subsequent foreach call. This means that the rewind() and seek() functionality can be discarded. |
||
---|---|---|
.. | ||
behat | ||
bootstrap | ||
php | ||
bootstrap.php | ||
dump_constants.php | ||
phpcs_runner.php |