eZ\Publish\Core\Search\Legacy\Content\Common\Gateway\SortClauseHandler::accept PHP Method

accept() abstract public method

Check if this sort clause handler accepts to handle the given sort clause.
abstract public accept ( eZ\Publish\API\Repository\Values\Content\Query\SortClause $sortClause ) : boolean
$sortClause eZ\Publish\API\Repository\Values\Content\Query\SortClause
return boolean
    public abstract function accept(SortClause $sortClause);