Class WSKSortStrategy

Description

Encloses the sortId and optional sortDirection elements.

Located in /wsk/WSKSortStrategy.class.php (line 5)


	
			
Class Constant Summary
 SD_ASCENDING = "Ascending"
 SD_DESCENDING = "Descending"
Variable Summary
string $sortId
Method Summary
WSKSortStrategy __construct ([string $sortId = null], [string $sortDirection = null])
Variables
string $sortDirection (line 18)

Identifies the sort order for this sortId, either ascending or descending.

string $sortId (line 10)

Identifies a sort strategy that will determine one sort order to be applied to the specified search results set.

  • access: public
Methods
Constructor __construct (line 35)

Constructs a WSKSortStrategy object

  • access: public
WSKSortStrategy __construct ([string $sortId = null], [string $sortDirection = null])
  • string $sortId: Identifies a sort strategy that will determine one sort order to be applied to the specified search results set.
  • string $sortDirection: Identifies the sort order for this sortId, either ascending or descending.
Class Constants
SD_ASCENDING = "Ascending" (line 23)
SD_DESCENDING = "Descending" (line 28)

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