Class: I2CE Module FormLimits (4.0.3)
This article describes the class I2CE_Module_FormLimits .
- Extends the class: I2CE_Module.
- Location: Part of the module form-limits in the package I2CE 4.0.3-release
- Source: Defined in the file modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 29
- Author: Carl Leitner <litlfred@ibiblio.org>
I2CE_Module_FormRelationship
Variables
$dateTypes
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 193
- Type: static protected $dateTypes
$dateActions
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 200
- Type: static protected $dateActions
$dateOperatorMaps
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 205
- Type: static protected $dateOperatorMaps
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 596
- Type: static protected $menudata
$checkOperatorMap
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1005
- Type: static protected $checkOperatorMap
Methods
DATE_between_checkLimit()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 437
- Signature: protected function DATE_between_checkLimit($type,$fieldObj,$vals)
- Parameters:
- $type
- $fieldObj
- $vals
DATE_between_checkLimitString()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 407
- Signature: protected function DATE_between_checkLimitString($type,$fieldObj,$vals,$ref)
- Parameters:
- $type
- $fieldObj
- $vals
- $ref
DATE_between_generateLimit()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 354
- Signature: protected function DATE_between_generateLimit($type,$fieldObj,$vals,$ref)
- Parameters:
- $type
- $fieldObj
- $vals
- $ref
DATE_between_getLimitMenu()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 262
- Signature: protected function DATE_between_getLimitMenu($type,$fieldObj,$template,$name,$vals)
- Parameters:
- $type
- $fieldObj
- $template
- $name
- Default Value:
- $vals
- Default Value: array()
DATE_between_processLimitMenu()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 327
- Signature: protected function DATE_between_processLimitMenu($type,$fieldObj,$vals,$strict)
- Parameters:
- $type
- $fieldObj
- $vals
- Default Value: array()
- $strict
- Default Value: true
DISPLAY_generic()
Generic (internal fuzzy method for) display menu for a limit style Generic (internal fuzzy method for) processing menu for a particular limit style
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 677
- Signature: protected function DISPLAY_generic($style,$fieldObj,$template,$prefix,$vals,$limit_default)
- Parameters:
- string $style
The style - I2CE_FormField $fieldObj
the object the fuzzy method was called on - I2CE_Template $template
- string $prefix @$vals the values we are processing.
- Default Value:
- $vals
- Default Value: array()
- string $limit_default
limiting information for choosing options. Defaults to 'default'- Default Value: 'default'
- string $style
- Returns: DOMNode
containing the menu for this limit style
PROCESS_generic()
Generic (internal fuzzy method for) processing menu for a particular limit style @param array $params are the calling parameters. 0=>array $vals the values we are processing. 1=>string $reportformfield which defaults to null. in the case of null, we except keys of the form $limit_field in the case of non-null, we expect $reportformfield to be of the form "$reportform+$field" and then the keys are of the form "limit_value_FORM_{$reportform}_FIELD_{$field}_LIMIT_{$style}_VALUE_{$field}"; 2=>boolean $strict. which defaults to true. if true we check that the key is in $vals and if not, return error.
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 643
- Signature: protected function PROCESS_generic($style,$fieldObj,$vals,$strict)
- Parameters:
- string $style
The style - I2CE_FormField $fieldObj
the object the fuzzy method was called on - $vals
- Default Value: array()
- $strict
- Default Value: true
- string $style
- Returns: mixed.
false on failure. on sucess an array of relevant values for this limit style. The keys are the short version of the keys e.g. 'max' instead of 'limit_value_FORM_person_FIELD_password_LIMIT_between'
__call()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 229
- Signature: public function __call($method,$params)
- Parameters:
- $method
- $params
_hasMethod()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 209
- Signature: public function _hasMethod($method,$getFuzzy,$returnErrors)
- Parameters:
- $method
- $getFuzzy
- Default Value: false
- $returnErrors
- Default Value: false
action_initialize()
Method called before the module is enabled for the first time. @param boolean -- returns true on success. false on error.
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 35
- Signature: public function action_initialize()
addDateTimeElements()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 301
- Signature: protected function addDateTimeElements($template,$date,$name,$node)
- Parameters:
- $template
- $date
- $name
- $node
checkDateFromVals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 511
- Signature: static public function checkDateFromVals($operator,$type,$data1,$data2)
- Parameters:
- $operator
- $type
- $data1
- $data2
checkDateLimit()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 534
- Signature: protected function checkDateLimit($operator,$type,$fieldObj,$vals)
- Parameters:
- $operator
- $type
- $fieldObj
- $vals
- Default Value: array()
checkDateLimitString()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 498
- Signature: protected function checkDateLimitString($operator,$type,$fieldObj,$vals,$ref)
- Parameters:
- $operator
- $type
- $fieldObj
- $vals
- $ref
checkLimit()
Checks a limit expression for a field based on limit data
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1266
- Signature: public function checkLimit($formObj,$limit_data)
- Parameters:
- Returns: boolean
or null on failure
checkLimitString_BOOL_false()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2067
- Signature: public function checkLimitString_BOOL_false($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_BOOL_true()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2056
- Signature: public function checkLimitString_BOOL_true($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_BOOL_truefalse()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2135
- Signature: public function checkLimitString_BOOL_truefalse($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_DB_INT_between()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1844
- Signature: public function checkLimitString_DB_INT_between($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_DB_INT_greaterthan()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1747
- Signature: public function checkLimitString_DB_INT_greaterthan($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_DB_INT_greaterthan_equals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1675
- Signature: public function checkLimitString_DB_INT_greaterthan_equals($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_DB_INT_in()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2027
- Signature: public function checkLimitString_DB_INT_in($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_DB_INT_lessthan()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1603
- Signature: public function checkLimitString_DB_INT_lessthan($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_DB_STRING_between()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1813
- Signature: public function checkLimitString_DB_STRING_between($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_DB_STRING_contains()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2406
- Signature: public function checkLimitString_DB_STRING_contains($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_DB_STRING_equals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1430
- Signature: public function checkLimitString_DB_STRING_equals($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_DB_STRING_greaterthan()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1724
- Signature: public function checkLimitString_DB_STRING_greaterthan($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_DB_STRING_greaterthan_equals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1652
- Signature: public function checkLimitString_DB_STRING_greaterthan_equals($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_DB_STRING_in()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1982
- Signature: public function checkLimitString_DB_STRING_in($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_DB_STRING_lessthan()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1579
- Signature: public function checkLimitString_DB_STRING_lessthan($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_DB_STRING_like()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2199
- Signature: public function checkLimitString_DB_STRING_like($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_DB_STRING_lowerequals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2339
- Signature: public function checkLimitString_DB_STRING_lowerequals($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_DB_STRING_lowerlike()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2268
- Signature: public function checkLimitString_DB_STRING_lowerlike($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_DB_TEXT_between()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1779
- Signature: public function checkLimitString_DB_TEXT_between($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_DB_TEXT_contains()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2372
- Signature: public function checkLimitString_DB_TEXT_contains($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_DB_TEXT_equals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1399
- Signature: public function checkLimitString_DB_TEXT_equals($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_DB_TEXT_greaterthan()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1700
- Signature: public function checkLimitString_DB_TEXT_greaterthan($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_DB_TEXT_greaterthan_equals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1628
- Signature: public function checkLimitString_DB_TEXT_greaterthan_equals($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_DB_TEXT_in()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1881
- Signature: public function checkLimitString_DB_TEXT_in($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_DB_TEXT_lessthan()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1554
- Signature: public function checkLimitString_DB_TEXT_lessthan($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_DB_TEXT_lessthan_equals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1500
- Signature: public function checkLimitString_DB_TEXT_lessthan_equals($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_DB_TEXT_like()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2166
- Signature: public function checkLimitString_DB_TEXT_like($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_DB_TEXT_lowerequals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2306
- Signature: public function checkLimitString_DB_TEXT_lowerequals($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_DB_TEXT_lowerlike()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2233
- Signature: public function checkLimitString_DB_TEXT_lowerlike($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_YESNO_no()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2088
- Signature: public function checkLimitString_YESNO_no($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_YESNO_yes()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2077
- Signature: public function checkLimitString_YESNO_yes($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_YESNO_yesno()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2107
- Signature: public function checkLimitString_YESNO_yesno($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_greaterthan_now()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1364
- Signature: public function checkLimitString_greaterthan_now($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_lessthan_now()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1377
- Signature: public function checkLimitString_lessthan_now($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_not_null()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1319
- Signature: public function checkLimitString_not_null($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_null()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1307
- Signature: public function checkLimitString_null($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimitString_null_not_null()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1336
- Signature: public function checkLimitString_null_not_null($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
checkLimit_BOOL_false()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2070
- Signature: public function checkLimit_BOOL_false($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_BOOL_true()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2059
- Signature: public function checkLimit_BOOL_true($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_BOOL_truefalse()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2145
- Signature: public function checkLimit_BOOL_truefalse($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_DB_DATE_in()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1943
- Signature: public function checkLimit_DB_DATE_in($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_DB_INT_between()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1856
- Signature: public function checkLimit_DB_INT_between($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_DB_INT_equals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1481
- Signature: public function checkLimit_DB_INT_equals($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_DB_INT_greaterthan()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1756
- Signature: public function checkLimit_DB_INT_greaterthan($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_DB_INT_greaterthan_equals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1684
- Signature: public function checkLimit_DB_INT_greaterthan_equals($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_DB_INT_in()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2041
- Signature: public function checkLimit_DB_INT_in($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_DB_INT_lessthan()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1612
- Signature: public function checkLimit_DB_INT_lessthan($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_DB_INT_lessthan_equals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1538
- Signature: public function checkLimit_DB_INT_lessthan_equals($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_DB_STRING_between()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1827
- Signature: public function checkLimit_DB_STRING_between($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_DB_STRING_contains()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2417
- Signature: public function checkLimit_DB_STRING_contains($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_DB_STRING_equals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1440
- Signature: public function checkLimit_DB_STRING_equals($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_DB_STRING_greaterthan()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1734
- Signature: public function checkLimit_DB_STRING_greaterthan($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_DB_STRING_greaterthan_equals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1662
- Signature: public function checkLimit_DB_STRING_greaterthan_equals($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_DB_STRING_in()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1999
- Signature: public function checkLimit_DB_STRING_in($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_DB_STRING_lessthan()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1589
- Signature: public function checkLimit_DB_STRING_lessthan($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_DB_STRING_lessthan_equals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1525
- Signature: public function checkLimit_DB_STRING_lessthan_equals($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_DB_STRING_like()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2210
- Signature: public function checkLimit_DB_STRING_like($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_DB_STRING_lowerequals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2349
- Signature: public function checkLimit_DB_STRING_lowerequals($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_DB_STRING_lowerlike()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2280
- Signature: public function checkLimit_DB_STRING_lowerlike($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_DB_TEXT_between()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1793
- Signature: public function checkLimit_DB_TEXT_between($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_DB_TEXT_contains()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2383
- Signature: public function checkLimit_DB_TEXT_contains($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_DB_TEXT_equals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1409
- Signature: public function checkLimit_DB_TEXT_equals($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_DB_TEXT_greaterthan()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1710
- Signature: public function checkLimit_DB_TEXT_greaterthan($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_DB_TEXT_greaterthan_equals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1638
- Signature: public function checkLimit_DB_TEXT_greaterthan_equals($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_DB_TEXT_in()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1898
- Signature: public function checkLimit_DB_TEXT_in($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_DB_TEXT_lessthan()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1564
- Signature: public function checkLimit_DB_TEXT_lessthan($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_DB_TEXT_lessthan_equals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1510
- Signature: public function checkLimit_DB_TEXT_lessthan_equals($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_DB_TEXT_like()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2177
- Signature: public function checkLimit_DB_TEXT_like($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_DB_TEXT_lowerequals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2316
- Signature: public function checkLimit_DB_TEXT_lowerequals($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_DB_TEXT_lowerlike()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2244
- Signature: public function checkLimit_DB_TEXT_lowerlike($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_YESNO_no()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2091
- Signature: public function checkLimit_YESNO_no($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_YESNO_yes()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2080
- Signature: public function checkLimit_YESNO_yes($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_YESNO_yesno()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2117
- Signature: public function checkLimit_YESNO_yesno($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_greaterthan_now()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1367
- Signature: public function checkLimit_greaterthan_now($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_lessthan_now()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1380
- Signature: public function checkLimit_lessthan_now($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_not_null()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1322
- Signature: public function checkLimit_not_null($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_null()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1310
- Signature: public function checkLimit_null($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkLimit_null_not_null()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1346
- Signature: public function checkLimit_null_not_null($fieldObj,$vals)
- Parameters:
- $fieldObj
- $vals
checkWhereClause()
The worker method that recurses down the where clause data to make the query. Walks down the where clause data create the WHERE query it defined.
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1176
- Signature: public function checkWhereClause($formObj,$expr)
- Parameters:
- Returns: boolean,
null on failure
checkeLimitString_DB_DATE_in()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1926
- Signature: public function checkeLimitString_DB_DATE_in($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
createCheckFunction()
Create a check function based on the where data. The function takes on argument which is an array indexed by the field names and with values the value of the field. @param I2CE_Form $form @param callback $field_refernece_callback. A callback function whose first arguement is the form, the second arguements is the field and which returns the way the field value should be references as a field. If the callback is null (the default) then the reference used is $data["$field']
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 991
- Signature: public function createCheckFunction($formObj,$expr,$field_reference_callback,$func_args)
- Parameters:
- Returns: false
on failure a funciton on sucess.
createCheckFunctionString()
Create a check function boolean expression based on the where data. The function takes on argument which is an array indexed by the field names and with values the value of the field. @param I2CE_Form $form @param callback $field_refernece_callback. A callback function whose first arguement is the form, the second arguements is the field and which returns the way the field value should be references as a field. If the callback is null (the default) then the reference used is $data["$field']
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1022
- Signature: public function createCheckFunctionString($formObj,$expr,$field_reference_callback)
- Parameters:
- $formObj
- mixed $expr
array or class implementing ArrayAccess, Iterator, and Countable (e.g. MagicDataNode) . the where data. - $field_reference_callback
- Default Value: null
- Returns: false
on failure a string to which can be evalued as true/false on success.
createCheckLimitString()
Checks a limit boolean expression for a field based on limit data @param callback $field_refernece_callback. A callback function whose first arguement is the form, the second arguements is the field and which returns the way the field value should be references as a field. If the callback is null (the default) then the reference used is $data["$field']
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1120
- Signature: public function createCheckLimitString($formObj,$limit_data,$field_reference_callback)
- Parameters:
- Returns: string
or false on failure
createLimitString_DB_INT_equals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1468
- Signature: public function createLimitString_DB_INT_equals($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateDateLimit()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 466
- Signature: protected function generateDateLimit($operator,$type,$fieldObj,$vals,$ref)
- Parameters:
- $operator
- $type
- $fieldObj
- $vals
- $ref
generateFieldLimit()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 953
- Signature: public function generateFieldLimit($fieldObj,$limit_data,$ref)
- Parameters:
- $fieldObj
- $limit_data
- $ref
generateLimit()
Generates a limit expression for a field based on limit data @param callback $field_refernece_callback. A callback function whose first arguement is the form, the second arguements is the field and which returns the way the field value should be references as a field. If the callback is null (the default) then the reference used is "$form+$field"
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 928
- Signature: public function generateLimit($formObj,$limit_data,$field_reference_callback)
- Parameters:
- Returns: string
SQL statement false on failure
generateLimit_BOOL_false()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2064
- Signature: public function generateLimit_BOOL_false($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_BOOL_true()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2053
- Signature: public function generateLimit_BOOL_true($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_BOOL_truefalse()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2125
- Signature: public function generateLimit_BOOL_truefalse($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_DB_DATE_in()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1909
- Signature: public function generateLimit_DB_DATE_in($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_DB_INT_between()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1832
- Signature: public function generateLimit_DB_INT_between($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_DB_INT_equals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1455
- Signature: public function generateLimit_DB_INT_equals($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_DB_INT_greaterthan()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1738
- Signature: public function generateLimit_DB_INT_greaterthan($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_DB_INT_greaterthan_equals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1666
- Signature: public function generateLimit_DB_INT_greaterthan_equals($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_DB_INT_in()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2008
- Signature: public function generateLimit_DB_INT_in($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_DB_INT_lessthan()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1594
- Signature: public function generateLimit_DB_INT_lessthan($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_DB_INT_lessthan_equals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1529
- Signature: public function generateLimit_DB_INT_lessthan_equals($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_DB_STRING_between()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1797
- Signature: public function generateLimit_DB_STRING_between($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_DB_STRING_contains()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2396
- Signature: public function generateLimit_DB_STRING_contains($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_DB_STRING_equals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1420
- Signature: public function generateLimit_DB_STRING_equals($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_DB_STRING_greaterthan()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1714
- Signature: public function generateLimit_DB_STRING_greaterthan($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_DB_STRING_greaterthan_equals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1642
- Signature: public function generateLimit_DB_STRING_greaterthan_equals($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_DB_STRING_in()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1965
- Signature: public function generateLimit_DB_STRING_in($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_DB_STRING_lessthan()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1569
- Signature: public function generateLimit_DB_STRING_lessthan($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_DB_STRING_lessthan_equals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1515
- Signature: public function generateLimit_DB_STRING_lessthan_equals($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_DB_STRING_like()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2189
- Signature: public function generateLimit_DB_STRING_like($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_DB_STRING_lowerequals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2329
- Signature: public function generateLimit_DB_STRING_lowerequals($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_DB_STRING_lowerlike()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2258
- Signature: public function generateLimit_DB_STRING_lowerlike($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_DB_TEXT_between()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1763
- Signature: public function generateLimit_DB_TEXT_between($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_DB_TEXT_contains()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2362
- Signature: public function generateLimit_DB_TEXT_contains($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_DB_TEXT_equals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1389
- Signature: public function generateLimit_DB_TEXT_equals($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_DB_TEXT_greaterthan()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1690
- Signature: public function generateLimit_DB_TEXT_greaterthan($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_DB_TEXT_greaterthan_equals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1618
- Signature: public function generateLimit_DB_TEXT_greaterthan_equals($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_DB_TEXT_in()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1864
- Signature: public function generateLimit_DB_TEXT_in($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_DB_TEXT_lessthan()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1544
- Signature: public function generateLimit_DB_TEXT_lessthan($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_DB_TEXT_lessthan_equals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1490
- Signature: public function generateLimit_DB_TEXT_lessthan_equals($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_DB_TEXT_like()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2156
- Signature: public function generateLimit_DB_TEXT_like($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_DB_TEXT_lowerequals()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2296
- Signature: public function generateLimit_DB_TEXT_lowerequals($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_DB_TEXT_lowerlike()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2223
- Signature: public function generateLimit_DB_TEXT_lowerlike($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_YESNO_no()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2085
- Signature: public function generateLimit_YESNO_no($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_YESNO_yes()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2074
- Signature: public function generateLimit_YESNO_yes($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_YESNO_yesno()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2097
- Signature: public function generateLimit_YESNO_yesno($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_greaterthan_now()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1361
- Signature: public function generateLimit_greaterthan_now($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_lessthan_now()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1374
- Signature: public function generateLimit_lessthan_now($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_max_parent()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2431
- Signature: public function generateLimit_max_parent($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_max_parent_form()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2455
- Signature: public function generateLimit_max_parent_form($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_min_parent()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2443
- Signature: public function generateLimit_min_parent($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_min_parent_form()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 2461
- Signature: public function generateLimit_min_parent_form($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_not_null()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1316
- Signature: public function generateLimit_not_null($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_null()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1304
- Signature: public function generateLimit_null($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateLimit_null_not_null()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 1326
- Signature: public function generateLimit_null_not_null($fieldObj,$vals,$ref)
- Parameters:
- $fieldObj
- $vals
- $ref
generateWhereClause()
The worker method that recurses down the where clause data to make the query. Walks down the where clause data create the WHERE query it defined. @param callback $field_refernece_callback. A callback function whose first arguement is the form, the second arguements is the field and which returns the way the field value should be references as a field. If the callback is null (the default) then the reference used is "$form+$field"
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 829
- Signature: public function generateWhereClause($formObj,$expr,$field_reference_callback)
- Parameters:
- Returns: SQL
statement, false on failure
getDateLimitMenu()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 573
- Signature: protected function getDateLimitMenu($operator,$type,$fieldObj,$template,$prefix,$vals)
- Parameters:
- $operator
- $type
- $fieldObj
- $template
- $prefix
- Default Value:
- $vals
- Default Value: array()
getFieldLimitStyles()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 794
- Signature: public function getFieldLimitStyles($fieldObj)
- Parameters:
- $fieldObj
getLimitStyles()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 809
- Signature: public function getLimitStyles($formObj,$field)
- Parameters:
- $formObj
- $field
getMethods()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 52
- Signature: static public function getMethods()
processDateLimitMenu()
- Defined in i2ce/modules/Forms/modules/FormLimits/lib/I2CE_Module_FormLimits.php on line 560
- Signature: protected function processDateLimitMenu($operator,$type,$fieldObj,$vals,$strict)
- Parameters:
- $operator
- $type
- $fieldObj
- $vals
- Default Value: array()
- $strict
- Default Value: true
Inherited Methods
__construct()
This public method is inherited from I2CE_Module->__construct()
action_configure()
This public method is inherited from I2CE_Module->action_configure()
action_disable()
This public method is inherited from I2CE_Module->action_disable()
action_enable()
This public method is inherited from I2CE_Module->action_enable()
getCLIHooks()
This public method is inherited from I2CE_Module->getCLIHooks()
getCLIMethods()
This public method is inherited from I2CE_Module->getCLIMethods()
getConfig()
This public method is inherited from I2CE_Module->getConfig()
getHooks()
This public method is inherited from I2CE_Module->getHooks()
post_update()
This public method is inherited from I2CE_Module->post_update()
pre_upgrade()
This public method is inherited from I2CE_Module->pre_upgrade()
upgrade()
This public method is inherited from I2CE_Module->upgrade()
Inherited Fuzzy Methods
launchBackgroundProcess()
This method is inherited from I2CE_Module->launchBackgroundProcess()
launchBackgroundPHPScript()
This method is inherited from I2CE_Module->launchBackgroundPHPScript()
launchBackgroundPage()
This method is inherited from I2CE_Module->launchBackgroundPage()
userMessage()
This method is inherited from I2CE_Fuzzy->userMessage()