Class WFModelEntity

Description

Base Class for all framework classes.

Provides:

  • KeyValueCoding

Located in /framework/generator/WFGenerator.php (line 307)

WFObject
   |
   --WFModelEntity
Variable Summary
Method Summary
void addProperty ( $property)
void addRelationship ( $rel)
void getProperties ()
void getProperty ( $name)
void getRelationship ( $name)
Variables
mixed $descriptiveColumnName = NULL (line 311)
  • access: protected
mixed $name = NULL (line 309)
  • access: protected
mixed $primaryKeyProperty = NULL (line 310)
  • access: protected
mixed $properties = array() (line 312)
  • access: protected
mixed $relationships = array() (line 313)
  • access: protected
Methods
addProperty (line 315)
  • access: public
void addProperty ( $property)
  • $property
addRelationship (line 331)
  • access: public
void addRelationship ( $rel)
  • $rel
getProperties (line 326)
  • access: public
void getProperties ()
getProperty (line 321)
  • access: public
void getProperty ( $name)
  • $name
getRelationship (line 339)
  • access: public
void getRelationship ( $name)
  • $name
getRelationships (line 344)
  • access: public
void getRelationships ()

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:46 -0400 by phpDocumentor 1.4.1