Stud.IP  2.0 Revision 48548
 All Data Structures Namespaces Files Functions Variables Pages
SeminarSearch Class Reference
Inheritance diagram for SeminarSearch:
Inheritance graph
Collaboration diagram for SeminarSearch:
Collaboration graph

Public Member Functions

 __construct ($resultstyle= 'name')
 getTitle ()
 getResults ($keyword, $contextual_data=array(), $limit=PHP_INT_MAX, $offset=0)
 includePath ()
- Public Member Functions inherited from SearchType
 getAvatar ($id)
 getAvatarImageTag ($id)

Constructor & Destructor Documentation

__construct (   $resultstyle = 'name')

Member Function Documentation

getResults (   $keyword,
  $contextual_data = array(),
  $limit = PHP_INT_MAX,
  $offset = 0 
)

Returns the results to a given keyword. To get the results is the job of this routine and it does not even need to come from a database. The results should be an array in the form array ( array($key, $name), array($key, $name), ... ) where $key is an identifier like user_id and $name is a displayed text that should appear to represent that ID.

Parameters
keyword,:string
array$contextual_dataan associative array with more variables
int$limitmaximum number of results (default: all)
int$offsetreturn results starting from this row (default: 0)
Returns
array

Reimplemented from SearchType.

Here is the call graph for this function:

getTitle ( )

title of the search like "search for courses" or just "courses"

Returns
string

Reimplemented from SearchType.

includePath ( )

Returns the path to this file, so that this class can be autoloaded and is always available when necessary. Should be: "return <strong>file</strong>;"

Returns
string path to this file

Reimplemented from SearchType.


The documentation for this class was generated from the following file: