Class: SearchResult

Source Location: /CORE/system/classes/search/SearchResult.php

Class SearchResult

Class Overview

This Class represents a SearchResult.

Located in /CORE/system/classes/search/SearchResult.php [line 35]



		
				Author(s):
		
  • Kevin Papst
Information Tags:
Version:  $Id: SearchResult.php,v 1.3 2006/11/26 22:04:38 kpapst Exp $
Copyright:  Copyright (C) 2002-2006 Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Method Summary
SearchResult   SearchResult()   Initialize the SearchResult, MUST NOT be called from outside this package!
mixed   getResultColumn()   Gets a Column from the Search Result.

[ Top ]
Methods
Constructor SearchResult  [line 49]

  SearchResult SearchResult( array $result  )

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

Parameters:
array   $result:  the result

API Tags:
Access:  protected


[ Top ]
getResultColumn  [line 61]

  mixed getResultColumn( String $columnName  )

Gets a Column from the Search Result.

If this column is not set null is returned!

Parameters:
String   $columnName:  the Column Name to fetch

API Tags:
Return:  the Column Value or null


[ Top ]