Class Person

Description

Base Class for all framework classes.

Provides:

  • KeyValueCoding

Located in /framework/test/TestObjects.php (line 42)

WFObject
   |
   --Person
Variable Summary
static mixed $gid
mixed $child
mixed $firstName
mixed $lastName
mixed $uid
Method Summary
Person __construct ([ $first = NULL], [ $last = NULL], [ $id = NULL])
void validateFirstName ( &$value,  &$edited,  &$errors)
Variables
static mixed $gid = 0 (line 49)
  • access: public
mixed $child (line 47)
  • access: public
mixed $firstName (line 44)
  • access: public
mixed $lastName (line 45)
  • access: public
mixed $uid (line 46)
  • access: public
Methods
Constructor __construct (line 51)
Person __construct ([ $first = NULL], [ $last = NULL], [ $id = NULL])
  • $first
  • $last
  • $id

Redefinition of:
WFObject::__construct()
validateFirstName (line 61)
void validateFirstName ( &$value,  &$edited,  &$errors)
  • &$value
  • &$edited
  • &$errors

Inherited Methods

Inherited From WFObject

WFObject::__construct()
WFObject::exposedProperties()
WFObject::getClass()
WFObject::keyPathToTargetAndKey()
WFObject::setValueForKey()
WFObject::setValueForKeyPath()
WFObject::validateValueForKey()
WFObject::validateValueForKeyPath()
WFObject::valueForKey()
WFObject::valueForKeyPath()
WFObject::valueForUndefinedKey()
WFObject::__toString()

Documentation generated on Thu, 07 Aug 2008 10:36:36 -0400 by phpDocumentor 1.4.1