Class WSKSourceContextInfo

Description
Variable Summary
Method Summary
WSKSourceContextInfo __construct ([boolean $nextIsRelevant = null], [boolean $previousIsRelevant = null], [int $sourceId = null], [string $sourceContextId = null])
Variables
boolean $nextIsRelevant (line 10)

A flag that indicates that calling GetAdjacentDocument (Next) on this document id will return a relevant document. (The next document is not the start of a new subject/document group.)

  • access: public
boolean $previousIsRelevant (line 16)

An flag that indicates that calling GetAdjacentDocument (Previous) on this document id will return a relevant document. (The previous document is not the end of the last subject/document group.)

  • access: public
string $sourceContextId (line 28)

Represents the "point of reference" of this document in the source.

  • access: public
int $sourceId (line 22)

Unique identifier for a standard LexisNexis source.

  • access: public
Methods
Constructor __construct (line 37)

Constructs a sourceContextInfo object

  • access: public
WSKSourceContextInfo __construct ([boolean $nextIsRelevant = null], [boolean $previousIsRelevant = null], [int $sourceId = null], [string $sourceContextId = null])
  • boolean $nextIsRelevant: A flag that indicates that calling GetAdjacentDocument (Next) on this document id will return a relevant document. (The next document is not the start of a new subject/document group.)
  • boolean $previousIsRelevant: An flag that indicates that calling GetAdjacentDocument (Previous) on this document id will return a relevant document. (The previous document is not the end of the last subject/document group.)
  • int $sourceId: Unique identifier for a standard LexisNexis source.
  • string $sourceContextId: Represents the "point of reference" of this document in the source.

Documentation generated on Thu, 10 Dec 2009 15:22:39 +0100 by phpDocumentor 1.4.1