Class WFModelEntityRelationship

Description

Base Class for all framework classes.

Provides:

  • KeyValueCoding

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

WFObject
   |
   --WFModelEntityRelationship
Variable Summary
mixed $isExtension
mixed $maxCount
mixed $minCount
mixed $name
mixed $required
mixed $toOne
Method Summary
void setMaxCount ( $num)
void setMinCount ( $num)
void setToOne ( $isToOne)
Variables
mixed $inverseRelationship = NULL (line 371)
  • access: protected
mixed $isExtension = false (line 366)
  • access: protected
mixed $maxCount = 1 (line 370)
  • access: protected
mixed $minCount = 1 (line 369)
  • access: protected
mixed $name = NULL (line 365)
  • access: protected
mixed $required = false (line 368)
  • access: protected
mixed $toOne = true (line 367)
  • access: protected
Methods
setInverseRelationship (line 389)
void setInverseRelationship ( $r)
  • $r
setMaxCount (line 384)
void setMaxCount ( $num)
  • $num
setMinCount (line 379)
void setMinCount ( $num)
  • $num
setToOne (line 373)
void setToOne ( $isToOne)
  • $isToOne

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