Public Member Functions |
| __construct ($config, $soap) |
| LexisNexisGetSourceDetails ($token, $sourceId) |
| LexisNexisGetSource ($token, $sourceId) |
| LexisNexisSourceSearch ($token, $query) |
| LexisNexisSearch ($token, $query) |
| LexisNexisGetDocuments ($token, $searchId, $begin=1, $end=20) |
| LexisNexisGetFullDocuments ($token, $documentIds) |
| LexisNexisGetFullDocument ($token, $documentId) |
| LexisNexisGetAttachments ($token, $attachmentId) |
| LexisNexisBrowseSources ($token, $folderId=null) |
| LexisNexisGetSortKeys ($token, $searchId) |
Data Fields |
| $soap |
Protected Member Functions |
| _LexisNexisGetFullDocument ($documentId) |
| _LexisNexisGetAttachments ($attachmentId) |
| WSKAuthenticate () |
| WSKBrowseSources ($folderId=null) |
| WSK2LN_BrowseSourcesResponse ($object, $folderId=null) |
Protected Attributes |
| $config = null |
Constructor & Destructor Documentation
Member Function Documentation
Retrieve a specific attachment [WITHOUT CHECKING USER's TOKEN]
- Parameters:
-
- Returns:
- LexisNexisAttachment[]
Retrieve specific document in full text [WITHOUT CHECKING USER's TOKEN]
- Parameters:
-
string | $documentId | Document ID |
- Returns:
- LexisNexisDocument
Browse LexisNexis Source Folders
- Parameters:
-
string | $token | Session Identifier |
int | $folderId | ID of the folder to browse (if null, the root folder will be browsed) [OPTIONA] |
- Returns:
- LexisNexisBrowseSourcesResponse
Retrieve a specific attachment [WITHOUT CHECKING USER's TOKEN]
- Parameters:
-
string | $token | Session Identifier |
string | $attachmentId | Attachment ID |
- Returns:
- LexisNexisAttachment[]
Retrieve specific documents in SITE (preview) format
- Parameters:
-
string | $token | Session Identifier |
string | $searchId | Contains a unique identifier that identifies the original search. |
int | $begin | Identifies the first document to be returned in the response. It must be used in conjunction with end. |
int | $end | Identifies the last document to be returned in the response. It must be used in conjunction with begin. |
- Returns:
- LexisNexisDocument[]
Retrieve specific document in full text
- Parameters:
-
string | $token | Session Identifier |
string | $documentId | Document ID |
- Returns:
- LexisNexisDocument
Retrieve specific documents in full text or some other format and/or markup
- Parameters:
-
string | $token | Session Identifier |
| string[] | $documentIds List of Lexis Nexis document IDs |
- Returns:
- LexisNexisDocument[]
Get the Sort Keys available for each row of a LexisNexis SearchResult
- Parameters:
-
string | $token | Session Identifier |
string | $searchId | LexisNexis Search ID |
- Returns:
- Pair[]
Gets a LexisNexis source
- Parameters:
-
string | $token | The token identifier |
string | $sourceId | The source identifier public |
- Returns:
- LexisNexisSource
Gets the LexisNexis source details
- Parameters:
-
string | $token | The token identifier |
string | $sourceId | The source identifier public |
- Returns:
- string[]
Establish a connection with the LexisNexis WSK and return the security token (might be cached for performance reasons)
- Returns:
- string WSK BinarySecurityToken
Field Documentation
$config = null [protected] |
The documentation for this class was generated from the following file: