![]() |
Framework
3.9
|
Public Member Functions | |
__construct ($class, $xref, $foreignKey) | |
member ($name, $set) | |
Generate the constraint expression for set membership matching paramters, matching values in a comma delimite set. More... | |
![]() | |
equal ($name, $value) | |
Generates the constraint expression for equality matching parameters. 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... | |
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... | |
checked ($name, $value) | |
Generate the constraint expresssion for matching boolean only when the UI element is selected. More... | |
Public Attributes | |
$cl | |
$xref | |
$foreignKey | |
Definition at line 486 of file search_form.inc.
CrossReferenceSearchParameterHandler::__construct | ( | $class, | |
$xref, | |||
$foreignKey | |||
) |
Definition at line 492 of file search_form.inc.
CrossReferenceSearchParameterHandler::member | ( | $name, | |
$set | |||
) |
Generate the constraint expression for set membership matching paramters, matching values in a comma delimite set.
string | $name | the name of the field |
string | $set | a comma delimited set of values to match |
Reimplemented from SearchParameterHandler.
Definition at line 499 of file search_form.inc.
CrossReferenceSearchParameterHandler::$cl |
Definition at line 488 of file search_form.inc.
CrossReferenceSearchParameterHandler::$foreignKey |
Definition at line 490 of file search_form.inc.
CrossReferenceSearchParameterHandler::$xref |
Definition at line 489 of file search_form.inc.