SortableIterator
class SortableIterator implements IteratorAggregate
SortableIterator applies a sort on a given Iterator.
Constants
SORT_BY_NAME | |
SORT_BY_TYPE | |
SORT_BY_ACCESSED_TIME | |
SORT_BY_CHANGED_TIME | |
SORT_BY_MODIFIED_TIME |
Methods
__construct(Traversable $iterator, int|callable $sort) | ||
getIterator() |
Details
__construct(Traversable $iterator, int|callable $sort)
Parameters
Traversable | $iterator | The Iterator to filter |
int|callable | $sort | The sort type (SORTBYNAME, SORTBYTYPE, or a PHP callback) |
Exceptions
InvalidArgumentException |
getIterator()
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Component/Finder/Iterator/SortableIterator.html