PHP Interface Pinq\Interfaces\IOrderedRepository

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

Public Methods

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

Method Details

thenBy() public method

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

thenByAscending() public method

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

thenByDescending() public method

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