PHP Interface Pinq\Interfaces\IOrderedCollection

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

Public Methods

Method 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 method

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

thenByAscending() public method

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

thenByDescending() public method

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