PHP Interface Pinq\Interfaces\IOrderedCollection

Author: Elliot Levin ([email protected])
Inheritance: extends Pinq\ICollection, extends Pinq\Interfaces\IOrderedTraversable
Afficher le fichier Open project: timetoogo/pinq

Méthodes publiques

Méthode Description
thenBy ( callable $function, $direction ) : Pinq\Interfaces\IOrderedCollection {@inheritDoc}
thenByAscending ( callable $function ) : Pinq\Interfaces\IOrderedCollection {@inheritDoc}
thenByDescending ( callable $function ) : Pinq\Interfaces\IOrderedCollection {@inheritDoc}

Method Details

thenBy() public méthode

{@inheritDoc}
public thenBy ( callable $function, $direction ) : Pinq\Interfaces\IOrderedCollection
$function callable
Résultat Pinq\Interfaces\IOrderedCollection

thenByAscending() public méthode

{@inheritDoc}
public thenByAscending ( callable $function ) : Pinq\Interfaces\IOrderedCollection
$function callable
Résultat Pinq\Interfaces\IOrderedCollection

thenByDescending() public méthode

{@inheritDoc}
public thenByDescending ( callable $function ) : Pinq\Interfaces\IOrderedCollection
$function callable
Résultat Pinq\Interfaces\IOrderedCollection