![]() |
Framework
3.9
|
Public Member Functions | |
equal ($name, $value) | |
Generates the constraint expression for equality matching parameters. More... | |
checked ($name, $value) | |
Generate the constraint expresssion for matching boolean only when the UI element is selected. More... | |
![]() | |
like ($name, $value) | |
Generates the constraint expression for 'like' matching parameters, i.e. More... | |
startsWith ($name, $value) | |
Generates the constraint expression for 'startsWith' matching parameters, i.e. More... | |
from ($name, $from) | |
Generates the constraint expression for 'from' matching parameters, i.e. More... | |
to ($name, $to) | |
Generates the constraint expression for 'to' matching parameters, i.e. More... | |
range ($name, $from, $to) | |
Generates the constraint expression for 'range' matching parameters, i.e. More... | |
member ($name, $set) | |
Generate the constraint expression for set membership matching paramters, matching values in a comma delimite set. More... | |
any ($name, $value) | |
Generate the constraint expression for matching any word in a group of words. More... | |
all ($name, $value) | |
Generate the constraint expression for matching all words in a group of words but allowing other words in between. More... | |
fullName ($f_name, $l_name, $value) | |
Generate the constraint expression for matching the f_name and l_name fields to a given value. More... | |
Definition at line 517 of file search_form.inc.
BooleanSearchParameterHandler::checked | ( | $name, | |
$value | |||
) |
Generate the constraint expresssion for matching boolean only when the UI element is selected.
string | $name | |
mixed | $value |
Reimplemented from SearchParameterHandler.
Definition at line 527 of file search_form.inc.
BooleanSearchParameterHandler::equal | ( | $name, | |
$value | |||
) |
Generates the constraint expression for equality matching parameters.
string | $name | the name of the field |
mixed | $value | the value to match |
Reimplemented from SearchParameterHandler.
Definition at line 519 of file search_form.inc.