Class SearchResult

Description

This Class represents a SearchResult.

  • version: $Id: SearchResult.php,v 1.3 2006/11/26 22:04:38 kpapst Exp $
  • copyright: Copyright (C) 2002-2006 Kevin Papst
  • author: Kevin Papst
  • license: GNU Public License


			
Method Summary
SearchResult SearchResult (array $result)
mixed getResultColumn (String $columnName)
Methods
Constructor SearchResult (line 49)

Initialize the SearchResult, MUST NOT be called from outside this package!

  • access: protected
SearchResult SearchResult (array $result)
  • array $result: the result
getResultColumn (line 61)

Gets a Column from the Search Result.

If this column is not set null is returned!

  • return: the Column Value or null
mixed getResultColumn (String $columnName)
  • String $columnName: the Column Name to fetch

Documentation generated by phpDocumentor 1.3.1