Class FormFieldSet

Description
  • version: $Id: FormFieldSet.class.php,v 1.3 2005/02/04 15:59:13 adamfranco Exp $
  • license: GNU General Public License (GPL)
  • copyright: Copyright © 2005, Middlebury College

Located in /harmoni/core/utilities/FormFieldSet.class.php (line 17)

FieldSet
   |
   --FormFieldSet
Variable Summary
mixed $_changed
mixed $_valid
Method Summary
FormFieldSet FormFieldSet ([mixed $fields = null])
void changed (mixed $key)
void clear ()
void hasErrors ()
void set (mixed $key, mixed $val)
void validate (mixed $key, mixed $rule, [mixed $error = null], [mixed $errorHandler = null])
Variables
mixed $_changed (line 19)
mixed $_valid (line 20)

Inherited Variables

Inherited from FieldSet

FieldSet::$_fields
Methods
Constructor FormFieldSet (line 22)
FormFieldSet FormFieldSet ([mixed $fields = null])
changed (line 69)
void changed (mixed $key)
clear (line 45)
void clear ()

Redefinition of:
FieldSet::clear()
clears the fieldset
hasErrors (line 62)
void hasErrors ()
set (line 34)
void set (mixed $key, mixed $val)

Redefinition of:
FieldSet::set()
sets the value associated with $key to $val
validate (line 50)
void validate (mixed $key, mixed $rule, [mixed $error = null], [mixed $errorHandler = null])

Inherited Methods

Inherited From FieldSet

FieldSet::FieldSet()
FieldSet::clear()
FieldSet::count()
FieldSet::get()
FieldSet::getKeys()
FieldSet::set()
FieldSet::unsetKey()

Documentation generated on Wed, 19 Sep 2007 10:23:21 -0400 by phpDocumentor 1.3.0RC3