Gumbo_Interface_Http_Input
Http User Input Interface
Author(s): |
Michael Luster <mluster79@yahoo.com> |
License: | New BSD License |
Copyright: | Copyright (c) 2007, iBayou, Michael Luster |
Link: | http://sourceforge.net/projects/phpgumbo |
Version: | 0.0.1 |
Interface Methods
public void addConstraint ( string $field, $obj, [bool $return_val] )
[line 42]
Adds a Constraint to a given field
Parameter(s):
- (string) $field
- (Gumbo_Interface_Constraint) $obj
- (bool) $return_val :: if Constraint returns a value
[ Top ]
public bool hasInput ( string $field )
[line 75]
Returns if the field has a constraint
Parameter(s):
- (string) $field
[ Top ]