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.
Note class constants named OPTION_*. These are available binding options for use as described.
Built-in Binding Options:
Located in /framework/WFBinding.php (line 278)
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::setValuesForKeys()
WFObject::validatedSetValueForKey()
WFObject::validatedSetValueForKeyPath()
WFObject::validateObject()
WFObject::validateValueForKey()
WFObject::validateValueForKeyPath()
WFObject::valueForKey()
WFObject::valueForKeyPath()
WFObject::valueForStaticKey()
WFObject::valueForStaticKeyPath()
WFObject::valueForTargetAndKeyPath()
WFObject::valueForUndefinedKey()
WFObject::valueForUndefinedStaticKey()
WFObject::valuesForKeyPaths()
WFObject::valuesForKeys()
WFObject::_valueForStaticKey()
WFObject::__toString()
OPTION_FORMATTER
= 'Formatter'
(line 282)
OPTION_INSERTS_NULL_PLACEHOLDER
= 'InsertsNullPlaceholder'
(line 293)
OPTION_NULL_PLACEHOLDER
= 'NullPlaceholder'
(line 294)
OPTION_READ_WRITE_MODE
= 'ReadWriteMode'
(line 296)
OPTION_READ_WRITE_MODE_NORMAL
= 'normal'
(line 297)
OPTION_READ_WRITE_MODE_READ_ONLY
= 'readonly'
(line 299)
OPTION_READ_WRITE_MODE_WRITE_ONLY
= 'writeonly'
(line 298)
OPTION_VALUE_PATTERN
= 'ValuePattern'
(line 287)
OPTION_VALUE_PATTERN_DEFAULT_PATTERN
= '%1%'
(line 288)
OPTION_VALUE_TRANSFORMER
= 'ValueTransformer'
(line 281)
Documentation generated on Thu, 14 May 2009 16:19:47 -0400 by phpDocumentor 1.4.2