Class WSKDocumentRange

Description

Contains the begin and end elements which identify the range of documents to be retrieved.

Note: The identities of the documents are unknown at this point. Therefore, they are identified by their position in the sorted list (the first document is document 1, the second is document 2, etc.).

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


	
			
Variable Summary
int $begin
int $end
Method Summary
WSKDocumentRange __construct (int $begin, int $end)
Variables
int $begin (line 13)

Identifies the first document to be returned in the response. It must be used in conjunction with end.

non-negative integer

  • access: public
int $end (line 20)

Identifies the last document to be returned in the response. It must be used in conjunction with begin.

non-negative integer

  • access: public
Methods
Constructor __construct (line 29)

Constructs a WSKDocumentRange Object

WSKDocumentRange __construct (int $begin, int $end)
  • int $begin
  • int $end

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