PHP Class KGzocha\Searcher\Criteria\OrderByCriteria

Author: Krzysztof Gzocha ([email protected])
Inheritance: implements KGzocha\Searcher\Criteria\OrderByCriteriaInterface
Afficher le fichier Open project: krzysztof-gzocha/searcher

Méthodes publiques

Méthode Description
__construct ( null | string $orderBy = null )
getOrderBy ( ) : null | string
setOrderBy ( null | string $orderBy )
shouldBeApplied ( )

Method Details

__construct() public méthode

public __construct ( null | string $orderBy = null )
$orderBy null | string

getOrderBy() public méthode

public getOrderBy ( ) : null | string
Résultat null | string

setOrderBy() public méthode

public setOrderBy ( null | string $orderBy )
$orderBy null | string

shouldBeApplied() public méthode

public shouldBeApplied ( )