Class LexisNexisQuery

Description

Encloses a LexisNexis Search Query

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


	
			
Class Constant Summary
 SO_DATE = "Date"
 SO_IMPLIED = "Implied"
 SO_RELEVANCE = "Relevance"
Variable Summary
int $endDate
string $query
string $sortOrder
int[] $sources
Method Summary
void __construct ([string $query = null], [int[] $sources = null], [string $sortOrder = self::SO_IMPLIED], [int $startDate = null], [int $endDate = null])
void setSources (LexisNexisSource[] $sources)
Variables
int $endDate (line 55)

Restricts the search to candidate documents that have been published on or before this date

  • access: public
string $query (line 12)

The query string

  • access: public
string $sortOrder (line 27)

Sort order

int[] $sources (line 18)

List of sources to browses

  • access: public
int $startDate (line 49)

Restricts the search to candidate documents that have been published on or after this date

  • access: public
Methods
Constructor __construct (line 66)

Default constructor

  • access: public
void __construct ([string $query = null], [int[] $sources = null], [string $sortOrder = self::SO_IMPLIED], [int $startDate = null], [int $endDate = null])
  • string $query
  • int[] $sources
  • string $sortOrder
  • int $startDate
  • int $endDate
setSources (line 78)

Set the list of sourcesfrom an array of LexisNexisSource objects

  • access: public
void setSources (LexisNexisSource[] $sources)
  • LexisNexisSource[] $sources
Class Constants
SO_DATE = "Date" (line 33)

Sort Order

SO_IMPLIED = "Implied" (line 43)

Sort Order

SO_RELEVANCE = "Relevance" (line 38)

Sort Order

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