PHP Interface Pinq\Interfaces\IOrderedQueryable

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

Public Methods

Method Description
thenBy ( callable $function, $direction ) : Pinq\Interfaces\IOrderedQueryable {@inheritDoc}
thenByAscending ( callable $function ) : Pinq\Interfaces\IOrderedQueryable {@inheritDoc}
thenByDescending ( callable $function ) : Pinq\Interfaces\IOrderedQueryable {@inheritDoc}

Method Details

thenBy() public method

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

thenByAscending() public method

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

thenByDescending() public method

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