PHP Class KGzocha\Searcher\Criteria\OrderByCriteria

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

Public Methods

Method Description
__construct ( null | string $orderBy = null )
getOrderBy ( ) : null | string
setOrderBy ( null | string $orderBy )
shouldBeApplied ( )

Method Details

__construct() public method

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

getOrderBy() public method

public getOrderBy ( ) : null | string
return null | string

setOrderBy() public method

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

shouldBeApplied() public method

public shouldBeApplied ( )