Tariqa SOAP
|
Public Member Functions | |
__construct ($documentId, $documentTitle, $documentVersionIndicator, $effectiveFromDate, $effectiveToDate) | |
Data Fields | |
$documentId | |
$documentTitle | |
$documentVersionIndicator | |
const | dviPast = "Past" |
const | dviCurrent = "Current" |
const | dviFuture = "Future" |
const | dviNonCurrent = "NonCurrent" |
$effectiveFromDate | |
$effectiveToDate |
Document version information.
__construct | ( | $ | documentId, |
$ | documentTitle, | ||
$ | documentVersionIndicator, | ||
$ | effectiveFromDate, | ||
$ | effectiveToDate | ||
) |
Constructs a documentVersion object
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. |
$documentId |
$documentTitle |
$documentVersionIndicator |
$effectiveFromDate |
$effectiveToDate |
const dviCurrent = "Current" |
const dviFuture = "Future" |
const dviNonCurrent = "NonCurrent" |
const dviPast = "Past" |