Class: SearchResults

Source Location: Program_Root/SearchResults.php

Class Overview

SearchResults

This class is designed to handle the list of search results for a given query.

Author(s):

Version:

  • $Revision$

Copyright:

Variables

Methods


Child classes:

Inherited Variables

Inherited Methods



Class Details

This class is designed to handle the list of search results
for a given query.

Tags:

[ Top ]


Class Variables

$firstResultIndex =

Specifies the index of the first result returned by the query.
This is useful for example when querying the indexer for a
given page of results

Tags:

  • Access - public

Type: int

Overrides:

[ Top ]

$lastResultIndex =

Specifies the index of the last result returned by the query.
This is useful for example when querying the indexer for a
given page of results

Tags:

  • Access - public

Type: int

Overrides:

[ Top ]

$numberOfResults =

Specifies the total number of results returned by the indexer

Tags:

  • Access - public

Type: int

Overrides:

[ Top ]

$results =

Array of SearchResult for each result returned by the indexer

Tags:

  • Access - public

Type: array

Overrides:

[ Top ]


Class Methods

constructor SearchResults

void constructor SearchResults ( )

Constructor for SearchResults.
Empty for now!

Tags:

Parameters:

[ Top ]


Documention generated on Wed, 19 Mar 2003 17:09:55 +0100 by phpDocumentor 1.1.0