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

__construct() public method

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