PHP Class Pinq\Queries\Segments\Ordering

Author: Elliot Levin ([email protected])
Afficher le fichier Open project: timetoogo/pinq Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( ElementProjection $projectionFunction, $isAscendingId )
getIsAscendingId ( ) : string Gets the ascending flag parameter id.
getParameters ( ) : string[]
getProjectionFunction ( ) : ElementProjection
update ( ElementProjection $projectionFunction ) : Ordering

Method Details

__construct() public méthode

public __construct ( ElementProjection $projectionFunction, $isAscendingId )
$projectionFunction Pinq\Queries\Functions\ElementProjection

getIsAscendingId() public méthode

Gets the ascending flag parameter id.
public getIsAscendingId ( ) : string
Résultat string

getParameters() public méthode

public getParameters ( ) : string[]
Résultat string[]

getProjectionFunction() public méthode

public getProjectionFunction ( ) : ElementProjection
Résultat Pinq\Queries\Functions\ElementProjection

update() public méthode

public update ( ElementProjection $projectionFunction ) : Ordering
$projectionFunction Pinq\Queries\Functions\ElementProjection
Résultat Ordering