Class ReferencedFieldSet

Description

the ReferencedFieldSet holds a set of key=value pairs of data, where the value is passed by reference

  • version: $Id: ReferencedFieldSet.class.php,v 1.4 2007/09/04 20:25:55 adamfranco Exp $
  • license: GNU General Public License (GPL)
  • copyright: Copyright © 2005, Middlebury College

Located in /harmoni/core/utilities/FieldSetValidator/ReferencedFieldSet.class.php (line 15)

FieldSet
   |
   --ReferencedFieldSet
Method Summary
void ReferencedFieldSet ([optional $fields = null])
void set (string $key, ref $val)
Variables

Inherited Variables

Inherited from FieldSet

FieldSet::$_fields
Methods
Constructor ReferencedFieldSet (line 21)
  • access: public
void ReferencedFieldSet ([optional $fields = null])
  • optional $fields: array $fields an associative array of key/value pairs to initialize with
set (line 33)

sets the value associated with $key to $val

  • access: public
void set (string $key, ref $val)
  • string $key: the key
  • ref $val: mixed $val the value to set $key to

Redefinition of:
FieldSet::set()
sets the value associated with $key to $val

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:25:54 -0400 by phpDocumentor 1.3.0RC3