Class WSKDocumentVersion

Description

Document version information.

  • see: documentVersionList

Located in /wsk/WSKDocumentVersion.class.php (line 6)


	
			
Class Constant Summary
 dviCurrent = "Current"
 dviFuture = "Future"
 dviNonCurrent = "NonCurrent"
 dviPast = "Past"
Variable Summary
Method Summary
WSKDocumentVersion __construct (string $documentId, string $documentTitle, string $documentVersionIndicator, string $effectiveFromDate, string $effectiveToDate)
Variables
string $documentId (line 12)

An identifier associated with a single LexisNexis document.

  • access: public
string $documentTitle (line 18)

The title of the document version.

  • access: public
string $documentVersionIndicator (line 28)

Indicates that the "current-ness" of the document cannot be determined from the supplied version information.

string $effectiveFromDate (line 54)

Effective starting date for this document to be the "current" version.

  • access: public
string $effectiveToDate (line 60)

Effective ending date for this document to be the "current" version.

  • access: public
Methods
Constructor __construct (line 70)

Constructs a documentVersion object

  • access: public
WSKDocumentVersion __construct (string $documentId, string $documentTitle, string $documentVersionIndicator, string $effectiveFromDate, string $effectiveToDate)
  • string $documentId: An identifier associated with a single LexisNexis document.
  • string $documentTitle: The title of the document version.
  • string $documentVersionIndicator: Indicates that the "current-ness" of the document cannot be determined from the supplied version information.
  • string $effectiveFromDate: Effective starting date for this document to be the "current" version.
  • string $effectiveToDate: Effective ending date for this document to be the "current" version.
Class Constants
dviCurrent = "Current" (line 38)
dviFuture = "Future" (line 43)
dviNonCurrent = "NonCurrent" (line 48)
dviPast = "Past" (line 33)

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