W3cubDocs

/Symfony 2.8

Symfony\Component\Finder\Iterator\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)

Constructor.

getIterator()

Details

public __construct(Traversable $iterator, int|callable $sort)

Constructor.

Parameters

Traversable $iterator The Iterator to filter
int|callable $sort The sort type (SORTBYNAME, SORTBYTYPE, or a PHP callback)

Exceptions

InvalidArgumentException

public getIterator()

© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.8/Symfony/Component/Finder/Iterator/SortableIterator.html