[ ]
[ ]
[ ]
Element index for package Input
[
a ]
[
c ]
[
g ]
[
i ]
[
r ]
[
s ]
[
t ]
[
_ ]
'_'
- $_cases
- in file Constraint.class.php, variable Gumbo_Constraint::$_cases
- $_checked
- in file Input.class.php, variable Gumbo_Input::$_checked
- $_clean
- in file Input.class.php, variable Gumbo_Input::$_clean
- $_constraints
- in file Input.class.php, variable Gumbo_Input::$_constraints
- $_constraints_return
- in file Input.class.php, variable Gumbo_Input::$_constraints_return
- $_data_clean
- in file Input.class.php, variable Gumbo_Input::$_data_clean
- $_data_raw
- in file Input.class.php, variable Gumbo_Input::$_data_raw
- $_key
- in file Constraint.class.php, variable Gumbo_Constraint::$_key
- $_method
- in file Constraint.class.php, variable Gumbo_Constraint::$_method
- $_run_thru
- in file Input.class.php, variable Gumbo_Input::$_run_thru
- __construct
- in file Constraint.class.php, method Gumbo_Constraint::__construct()
Constructor (extra arguments are the various Case parameters)
- __construct
- in file Input.class.php, method Gumbo_Input::__construct()
Constructor
- __destruct
- in file Input.class.php, method Gumbo_Input::__destruct()
Destructor
top
'a'
- addCase
- in file Constraint.class.php, method Gumbo_Interface_Constraint::addCase()
Adds a Case to the Constraint Method (accepts additional arguments)
- addCase
- in file Constraint.class.php, method Gumbo_Constraint::addCase()
Adds a Case to the Constraint Method (accepts additional arguments)
- addConstraint
- in file Input.class.php, method Gumbo_Input::addConstraint()
Adds a Constraint against the Data (additional arguments accepted for Constraint parameters)
- addConstraint
- in file Input.class.php, method Gumbo_Interface_Input::addConstraint()
Adds a Constraint against the Data (additional arguments accepted for Constraint parameters)
- addReturnConstraint
- in file Input.class.php, method Gumbo_Input::addReturnConstraint()
Adds a return Constraint, which returns a formatted value
- addReturnConstraint
- in file Input.class.php, method Gumbo_Interface_Input::addReturnConstraint()
Adds a return Constraint, which returns a formatted value
top
'c'
- clean
- in file Input.class.php, method Gumbo_Input::clean()
Cleans the Data by running through the Constraints
- clean
- in file Input.class.php, method Gumbo_Interface_Input::clean()
Cleans the Data by running through the Constraints
- Constraint.class.php
- procedural page Constraint.class.php
- Constraint.class.php
- procedural page Constraint.class.php
top
'g'
- getCases
- in file Constraint.class.php, method Gumbo_Constraint::getCases()
Returns the Case Arguments (extra parameters sent to the function)
- getCases
- in file Constraint.class.php, method Gumbo_Interface_Constraint::getCases()
Returns the Case Arguments (extra parameters sent to the function)
- getConstraints
- in file Input.class.php, method Gumbo_Input::getConstraints()
Returns ALL the Constraints
- getConstraints
- in file Input.class.php, method Gumbo_Interface_Input::getConstraints()
Returns ALL the Constraints
- getData
- in file Input.class.php, method Gumbo_Input::getData()
Returns the Data
- getData
- in file Input.class.php, method Gumbo_Interface_Input::getData()
Returns the Data
- getKey
- in file Constraint.class.php, method Gumbo_Constraint::getKey()
Returns the Key
- getKey
- in file Constraint.class.php, method Gumbo_Interface_Constraint::getKey()
Returns the Key
- getMethod
- in file Constraint.class.php, method Gumbo_Interface_Constraint::getMethod()
Returns the Function|Method
- getMethod
- in file Constraint.class.php, method Gumbo_Constraint::getMethod()
Returns the Function|Method
- Gumbo_Constraint
- in file Constraint.class.php, class Gumbo_Constraint
Input Constraint Class
- Gumbo_Input
- in file Input.class.php, class Gumbo_Input
Input Class
- Gumbo_Interface_Constraint
- in file Constraint.class.php, class Gumbo_Interface_Constraint
Input Constraint Interface
- Gumbo_Interface_Input
- in file Input.class.php, class Gumbo_Interface_Input
Input Interface
top
'i'
- Input.class.php
- procedural page Input.class.php
- Input.class.php
- procedural page Input.class.php
- isChecked
- in file Input.class.php, method Gumbo_Input::isChecked()
Returns if the Data was checked
- isChecked
- in file Input.class.php, method Gumbo_Interface_Input::isChecked()
Returns if the Data was checked
- isClean
- in file Input.class.php, method Gumbo_Input::isClean()
Returns if the Data is clean
- isClean
- in file Input.class.php, method Gumbo_Interface_Input::isClean()
Returns if the Data is clean
top
'r'
- resetCases
- in file Constraint.class.php, method Gumbo_Interface_Constraint::resetCases()
Resets all Case Argument
- resetCases
- in file Constraint.class.php, method Gumbo_Constraint::resetCases()
Resets all Case Argument
- resetConstraints
- in file Input.class.php, method Gumbo_Input::resetConstraints()
Resets ALL Constraints
- resetConstraints
- in file Input.class.php, method Gumbo_Interface_Input::resetConstraints()
Resets ALL Constraints
top
's'
- setChecked
- in file Input.class.php, method Gumbo_Input::setChecked()
Sets the Data as Checked
- setClean
- in file Input.class.php, method Gumbo_Input::setClean()
Sets the Data as Clean
- setCleanData
- in file Input.class.php, method Gumbo_Input::setCleanData()
Sets the Clean Data
- setData
- in file Input.class.php, method Gumbo_Input::setData()
Sets the input data
- setData
- in file Input.class.php, method Gumbo_Interface_Input::setData()
Sets the input data
- setKey
- in file Constraint.class.php, method Gumbo_Constraint::setKey()
Sets the Key, which indicates the location the 'data' argument should be placed (starts at 0 for 1st position)
- setKey
- in file Constraint.class.php, method Gumbo_Interface_Constraint::setKey()
Sets the Key, which indicates the location the 'data' argument should be placed (starts at 0 for 1st position)
- setMethod
- in file Constraint.class.php, method Gumbo_Interface_Constraint::setMethod()
Sets the Function|Method
- setMethod
- in file Constraint.class.php, method Gumbo_Constraint::setMethod()
Sets the Function|Method
- setRunThru
- in file Input.class.php, method Gumbo_Input::setRunThru()
Sets if ALL Exceptions should be caught, or stop at first Exception
- setRunThru
- in file Input.class.php, method Gumbo_Interface_Input::setRunThru()
Sets if ALL Exceptions should be caught, or stop at first Exception
top
't'
- test
- in file Constraint.class.php, method Gumbo_Interface_Constraint::test()
Tests the Constraint, returning either boolean or formatted data
- test
- in file Constraint.class.php, method Gumbo_Constraint::test()
Tests the Constraint, returning either boolean or formatted data
- toRunThru
- in file Input.class.php, method Gumbo_Input::toRunThru()
Returns if all Exceptions should be caught, or stop at first Exception
- toRunThru
- in file Input.class.php, method Gumbo_Interface_Input::toRunThru()
Returns if all Exceptions should be caught, or stop at first Exception
top