KGzocha\Searcher\Criteria\OrderByCriteria::shouldBeApplied PHP Method

shouldBeApplied() public method

public shouldBeApplied ( )
    public function shouldBeApplied()
    {
        return $this->orderBy !== null && !empty($this->orderBy);
    }