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

setOrderBy() public method

public setOrderBy ( null | string $orderBy )
$orderBy null | string
    public function setOrderBy($orderBy)
    {
        $this->orderBy = $orderBy;
    }