Public Member Functions | |
__construct ($id_or_elementsTypes=null, $storage=null, &$specialDataStorage=null) | |
showView ($template_file= '') | |
select ($template_file= '') | |
showSearch ($template_file= '') | |
showSelect ($template_file= '') | |
processSearch ($params=null, $columns=null) | |
index () | |
Data Fields | |
$elementsTypes | |
$fields | |
Protected Attributes | |
$parent |
Allows searches over multiple Elements.
Definition at line 35 of file Search.php.
__construct | ( | $ | id_or_elementsTypes = null , |
$ | storage = null , |
||
&$ | specialDataStorage = null |
||
) |
Definition at line 50 of file Search.php.
index | ( | ) |
Default method that will be shown in case no methods have been specified.
Reimplemented from Element.
Definition at line 191 of file Search.php.
processSearch | ( | $ | params = null , |
$ | columns = null |
||
) |
Definition at line 166 of file Search.php.
select | ( | $ | template_file = '' | ) |
Definition at line 139 of file Search.php.
showSearch | ( | $ | template_file = '' | ) |
Definition at line 144 of file Search.php.
showSelect | ( | $ | template_file = '' | ) |
Definition at line 155 of file Search.php.
showView | ( | $ | template_file = '' | ) |
Definition at line 134 of file Search.php.
$elementsTypes |
Definition at line 42 of file Search.php.
$fields |
Definition at line 46 of file Search.php.
$parent [protected] |
Reimplemented from Element.
Definition at line 38 of file Search.php.