Class LexisNexisSortResultsQuery

Description

Encloses a LexisNexis SortResults Query

Located in /lib/Tariqa/LexisNexisSortResultsQuery.class.php (line 6)


	
			
Class Constant Summary
 SD_ASCENDING = "Ascending"
 SD_DESCENDING = "Descending"
 SO_DATE = "Date"
 SO_IMPLIED = "Implied"
 SO_RELEVANCE = "Relevance"
Variable Summary
string $searchId
Pair[] $sortKeys
string $sortOrder
Method Summary
void __construct ([string $searchId = null], [string $sortOrder = self::SO_RELEVANCE], [Pair[] $sortKeys = null])
Variables
string $searchId (line 12)

The Search Id

  • access: public
Pair[] $sortKeys (line 46)

The list of sortkeys (an array of Pair objects, which keys are the sortKey ID and the value is the sort direction

Methods
Constructor __construct (line 67)

Default constructor

  • access: public
void __construct ([string $searchId = null], [string $sortOrder = self::SO_RELEVANCE], [Pair[] $sortKeys = null])
  • string $searchId
  • string $sortOrder
  • Pair[] $sortKeys
Class Constants
SD_ASCENDING = "Ascending" (line 52)

Sort Direction

SD_DESCENDING = "Descending" (line 57)

Sort Direction

SO_DATE = "Date" (line 27)

Sort Order

SO_IMPLIED = "Implied" (line 37)

Sort Order

SO_RELEVANCE = "Relevance" (line 32)

Sort Order

Documentation generated on Mon, 30 Mar 2009 16:36:22 +0200 by phpDocumentor 1.4.1