The binding object.
The binding object encapsulates all information about a particular bound property of an object. These instances are created at runtime each time the bind function of the WFKeyValueBindingCreation protocol is used.
Located in /framework/WFBinding.php (line 271)
WFObject | --WFBinding
The WFBindingSetup object that this binding instance is for.
The property of the object that this binding applies to.
Set the WFBindingSetup object that this binding instance is for.
In the case of Multi-Value bindings, each binding instance will point to the same "base" WFBindingSetup.
Set the property of the object that this binding applies to.
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()
VALUE_FORMATTER_NAME
= 'Formatter'
(line 275)
VALUE_READ_WRITE_MODE
= 'ReadWriteMode'
(line 277)
VALUE_READ_WRITE_MODE_NORMAL
= 'normal'
(line 278)
VALUE_READ_WRITE_MODE_READ_ONLY
= 'readonly'
(line 280)
VALUE_READ_WRITE_MODE_WRITE_ONLY
= 'writeonly'
(line 279)
VALUE_TRANSFORMER_NAME
= 'ValueTransformer'
(line 274)
Documentation generated on Thu, 17 Apr 2008 13:51:32 -0400 by phpDocumentor 1.4.1