PHP 인터페이스 Pinq\Interfaces\IOrderedRepository

저자: Elliot Levin ([email protected])
상속: extends Pinq\IRepository, extends Pinq\Interfaces\IOrderedQueryable, extends Pinq\Interfaces\IOrderedCollection
파일 보기 프로젝트 열기: timetoogo/pinq

공개 메소드들

메소드 설명
thenBy ( callable $function, $direction ) : Pinq\Interfaces\IOrderedRepository {@inheritDoc}
thenByAscending ( callable $function ) : Pinq\Interfaces\IOrderedRepository {@inheritDoc}
thenByDescending ( callable $function ) : Pinq\Interfaces\IOrderedRepository {@inheritDoc}

메소드 상세

thenBy() 공개 메소드

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

thenByAscending() 공개 메소드

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

thenByDescending() 공개 메소드

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