XOOPS  2.6.0
SearchSearchForm Class Reference
Inheritance diagram for SearchSearchForm:
Inheritance graph

Public Member Functions

 __construct ($obj=null)
 
 getSearchFrom ($andor, $queries, $mids, $mid)
 
- Public Member Functions inherited from Xoops\Form\ThemeForm
 insertBreak ($extra= '', $class= '')
 
 render ()
 
- Public Member Functions inherited from Xoops\Form\Form
 __construct ($title, $name, $action, $method= 'post', $addtoken=false, $display= '')
 
 addElement (Element $formElement, $required=false)
 
 assign (\XoopsTpl $tpl)
 
 display ()
 
 getAction ($encode=true)
 
 getDisplay ($encode=false)
 
 getElementByName ($name)
 
 getElementNames ()
 
 getElements ($recurse=false)
 
 getElementValue ($name, $encode=false)
 
 getElementValues ($encode=false)
 
 getExtra ()
 
 getMethod ()
 
 getName ($encode=true)
 
 getRequired ()
 
 getTitle ($encode=false)
 
 render ()
 
 renderValidationJS ($withtags=true)
 
 setAction ($value= '')
 
 setElementValue ($name, $value)
 
 setElementValues ($values)
 
 setExtra ($extra)
 
 setRequired (Element $formElement)
 
 setSummary ($summary)
 
 setTitle ($title)
 

Private Member Functions

 queryArrayToString ($queries)
 

Detailed Description

Author
trabis lusop.nosp@m.oema.nosp@m.s@gma.nosp@m.il.c.nosp@m.om
Version
$Id$

Definition at line 19 of file search.php.

Constructor & Destructor Documentation

SearchSearchForm::__construct (   $obj = null)

We are not using this for objects but we need to override the constructor

Parameters
null$obj

Definition at line 26 of file search.php.

Member Function Documentation

SearchSearchForm::queryArrayToString (   $queries)
private

queryArrayToString - convert array of query terms to string respecting quoting conventions

Parameters
string[]$queries query terms
Returns
string equivalent query string

Definition at line 88 of file search.php.

References $queries, and $query.

Referenced by getSearchFrom().

Here is the caller graph for this function:


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