Nextcloud PHP API (stable18)

ISearchOrder

Tags
since
12.0.0

Table of Contents

DIRECTION_ASCENDING  = 'asc'
DIRECTION_DESCENDING  = 'desc'
getDirection()  : string
The direction to sort in, either ISearchOrder::DIRECTION_ASCENDING or ISearchOrder::DIRECTION_DESCENDING
getField()  : string
The field to sort on

Constants

DIRECTION_ASCENDING

public mixed DIRECTION_ASCENDING = 'asc'

DIRECTION_DESCENDING

public mixed DIRECTION_DESCENDING = 'desc'

Methods

getDirection()

The direction to sort in, either ISearchOrder::DIRECTION_ASCENDING or ISearchOrder::DIRECTION_DESCENDING

public getDirection() : string
Tags
since
12.0.0
Return values
string

getField()

The field to sort on

public getField() : string
Tags
since
12.0.0
Return values
string

Search results