[KeyValueCoding] element index

Package indexes

All elements
a b c d e f g h i k m n o p r s t u v w _
_
top
$_array
WFArray::$_array in WFArray.php
_array
WFArray::_array() in WFArray.php
__construct
WFArray::__construct() in WFArray.php
__construct
__construct
WFBinding::__construct() in WFBinding.php
__call
WFDecorator::__call() in WFDecorator.php
Capture function calls and pass try to handle them locally, then pass-through. Basically same idea as valueForKey()
__construct
WFObjectController::__construct() in WFObjectController.php
__construct
WFDecorator::__construct() in WFDecorator.php
__construct
WFArrayController::__construct() in WFArrayController.php
__construct
WFValueTransformer::__construct() in WFValueTransformer.php
__construct
WFUrlencodeTransformer::__construct() in WFUrlencodeTransformer.php
__construct
WFNegateBooleanTransformer::__construct() in WFNegateBooleanTransformer.php
__construct
WFIsNotEmptyTransformer::__construct() in WFIsNotEmptyTransformer.php
__construct
WFIsEmptyTransformer::__construct() in WFIsEmptyTransformer.php
a
top
arrayWithArray
$automaticallyPreparesContent
$avoidsEmptySelection
addObject
WFArrayController::addObject() in WFArrayController.php
Add an object to the array.
addObjects
WFArrayController::addObjects() in WFArrayController.php
Add multiple objects to the array.
addSelectedObject
Add the passed object to the selection, if it exists in our array.
addSelectedObjects
Add the passed objects to the selection, if each exists in our array.
addSelectionIdentifiers
Add the passed ids to the selected list.
arrangedObjectCount
Get the count of the managed objects.
arrangedObjects
WFArrayController::arrangedObjects() in WFArrayController.php
Get all of the objects managed by this controller.
avoidsEmptySelection
b
top
$bindingSetup
WFBinding::$bindingSetup in WFBinding.php
$bindingType
$bindLocalProperty
$bindToKeyPath
WFBinding::$bindToKeyPath in WFBinding.php
$bindToObject
WFBinding::$bindToObject in WFBinding.php
$booleanMode
$boundProperty
bind
WFKeyValueBindingCreation::bind() in WFKeyValueBindingCreation.php
Bind a property of the receiver's object to another object via KeyValueCoding
bindingSetup
WFBinding::bindingSetup() in WFBinding.php
The WFBindingSetup object that this binding instance is for.
bindingType
Get the bindingType.
bindLocalProperty
The property of the object that this binding applies to.
bindToKeyPath
bindToObject
WFBinding::bindToObject() in WFBinding.php
booleanMode
Get the boolean mode of a boolean binding.
boundProperty
The name of the property of the object that this binding setup applies to.
c
top
canReadBoundValue
canWriteBoundValue
$changeCount
WFArrayController::$changeCount in WFArrayController.php
$class
WFObjectController::$class in WFObjectController.php
$classIdentifiers
WFArrayController::$classIdentifiers in WFArrayController.php
$classIdentifiersMulti
$content
WFObjectController::$content in WFObjectController.php
changeCount
WFArrayController::changeCount() in WFArrayController.php
checkObjectClass
WFObjectController::checkObjectClass() in WFObjectController.php
Make sure the passed object is of the type that this array controller manages.
classIdentifiers
WFArrayController::classIdentifiers() in WFArrayController.php
clearSelection
WFArrayController::clearSelection() in WFArrayController.php
Clear all selected items.
content
WFObjectController::content() in WFObjectController.php
cullSelectedObjects
Remove all selected objects from the array controller.
cullUnselectedObjects
Remove all unselected objects from the array controller.
current
WFArrayController::current() in WFArrayController.php
Iterator interface for WFArrayController.
d
top
$description
description
A human-readable description of the binding.
$decoratedObject
$decorators
WFObjectController::$decorators in WFObjectController.php
decoratedObject
Get the underlying decorated object.
decorateObject
WFObjectController::decorateObject() in WFObjectController.php
Decorate the passed object with the decorator(s) for this controller.
e
top
exposedBindings
WFKeyValueBindingCreation::exposedBindings() in WFKeyValueBindingCreation.php
Get a list of all exposed bindings for this class, and the options for each binding.
f
top
formatter
WFBinding::formatter() in WFBinding.php
g
top
getOptionDefault
Get the default option for the given binding option name.
getFullName
getFullName
h
top
hashIsSelected
WFArrayController::hashIsSelected() in WFArrayController.php
Determine if an object is currently selected based on its hash.
i
top
$iteratorIndex
WFArrayController::$iteratorIndex in WFArrayController.php
$iteratorObjects
WFArrayController::$iteratorObjects in WFArrayController.php
identifierHashForObject
Get a single string ID key for the passed object.
identifierHashForValues
Convert the passed id or id list into a single-string-id-key.
identifierIsSelected
Is the given identifier selected in the array?
identifierValuesForHash
identifierValuesForObject
Get an array of the values for the classIdentifiers for the object.
ID_DELIMITER
WFArrayController::ID_DELIMITER in WFArrayController.php
insert
WFArrayController::insert() in WFArrayController.php
Insert a new instance of the managed class at the end of the contentArray.
k
top
key
WFArrayController::key() in WFArrayController.php
Iterator interface for WFArrayController.
m
top
MyOtherTestObjectDecorator
MyOtherTestObjectDecorator in WFDecoratorTest.php
The main ObjectController from the Controller Layer.
MyTestObjectDecorator
MyTestObjectDecorator in WFDecoratorTest.php
The main ObjectController from the Controller Layer.
n
top
next
WFArrayController::next() in WFArrayController.php
Iterator interface for WFArrayController.
o
top
$options
WFBindingSetup::$options in WFBinding.php
$options
WFBinding::$options in WFBinding.php
option
WFBinding::option() in WFBinding.php
options
WFBindingSetup::options() in WFBinding.php
options
WFBinding::options() in WFBinding.php
OPTION_FORMATTER
OPTION_INSERTS_NULL_PLACEHOLDER
OPTION_NULL_PLACEHOLDER
OPTION_READ_WRITE_MODE
OPTION_READ_WRITE_MODE_NORMAL
OPTION_READ_WRITE_MODE_READ_ONLY
OPTION_READ_WRITE_MODE_WRITE_ONLY
OPTION_VALUE_PATTERN
OPTION_VALUE_PATTERN_DEFAULT_PATTERN
OPTION_VALUE_TRANSFORMER
objectForIdentifier
Get the object specified by the passed identifier.
objectIsSelected
WFArrayController::objectIsSelected() in WFArrayController.php
Determine if an object is currently selected.
p
top
processBindingOptions
This is essentially a callback that allows subclasses to munge the bound value based on bindings options.
pullBindings
Update the values of all bound properties for the object.
pushBindings
Update the values of all objects bound via bindings.
prepareContent
WFObjectController::prepareContent() in WFObjectController.php
Prepare the controller's content.
prepareContent
WFArrayController::prepareContent() in WFArrayController.php
Prepare the controller's content.
r
top
$raisesForNotApplicableKeys
$readOnly
WFBindingSetup::$readOnly in WFBinding.php
raisesForNotApplicableKeys
readOnly
Is this binding read-only?
removeObject
WFArrayController::removeObject() in WFArrayController.php
Remove the passed object from the array.
removeSelectionIdentifiers
Remove the passed objects from the arrayController's selection.
rewind
WFArrayController::rewind() in WFArrayController.php
Iterator interface for WFArrayController.
$reversible
WFValueTransformer::$reversible in WFValueTransformer.php
reverseTransformedValue
Get the reverse-transfored value.
reverseTransformedValue
reverseTransformedValue
reverseTransformedValue
reverseTransformedValue
reversible
WFValueTransformer::reversible() in WFValueTransformer.php
s
top
setValueForKey
WFKeyValueCoding::setValueForKey() in WFKeyValueCoding.php
Set the value for the given key.
setValueForKeyPath
Set the value for the given keyPath.
setValuesForKeys
WFKeyValueCoding::setValuesForKeys() in WFKeyValueCoding.php
Set values for multiple keys.
setBindingSetup
Set the WFBindingSetup object that this binding instance is for.
setBindingType
Set the type of this binding.
setBindLocalProperty
Set the property of the object that this binding applies to.
setBindToKeyPath
setBindToObject
setBooleanMode
Set the boolean mode of a boolean binding.
setOption
WFBinding::setOption() in WFBinding.php
setOptions
WFBinding::setOptions() in WFBinding.php
setReadOnly
Set whether this binding is read-only.
setupExposedBindings
WFKeyValueBindingCreation::setupExposedBindings() in WFKeyValueBindingCreation.php
Return an array of all bindings this object supports.
$selectedIdentifiersHash
$selectsInsertedObjects
selectedObjects
WFArrayController::selectedObjects() in WFArrayController.php
Get an array with the selected objects.
selectedObjects
WFObjectController::selectedObjects() in WFObjectController.php
Get an array with the selected objects.
selection
WFObjectController::selection() in WFObjectController.php
selection
WFArrayController::selection() in WFArrayController.php
Get the selected object, or NULL if no objects are selected.
selectionCount
WFArrayController::selectionCount() in WFArrayController.php
Get the count of the selection.
selectionIdentifiers
Return a list of the IDs of all selected objects.
selectsInsertedObjects
setAutomaticallyPreparesContent
setAvoidsEmptySelection
If true, the array controller will always make sure that there is at least one object selected, as long as the array controller isn't empty.
setClass
WFObjectController::setClass() in WFObjectController.php
Set the class name that is managed by this object controller.
setClassIdentifiers
Set the id key(s) used to generate Identifiers for the managed objects.
setContent
WFObjectController::setContent() in WFObjectController.php
Set the content managed by this controller instance.
setContent
WFArrayController::setContent() in WFArrayController.php
Pass an array of objects to use for this array.
setDecorator
WFObjectController::setDecorator() in WFObjectController.php
Set a object WFDecorator object to be used with this controller.
setDecorators
WFObjectController::setDecorators() in WFObjectController.php
Set multiple object WFDecorator objects to be used with this controller.
setSelectionIdentifiers
Set the selected items of the array.
setSelectOnInsert
setSelectsInsertedObjects
If true, the array controller will automatically add all objects inserted to the selection.
setValueForKey
setReversible
WFValueTransformer::setReversible() in WFValueTransformer.php
setValueTransformerForName
Register a value transformer for the passed name.
t
top
$transformerList
WFValueTransformer::$transformerList in WFValueTransformer.php
transformedValue
WFValueTransformer::transformedValue() in WFValueTransformer.php
Get the transfored value.
transformedValue
WFUrlencodeTransformer::transformedValue() in WFUrlencodeTransformer.php
transformedValue
WFNegateBooleanTransformer::transformedValue() in WFNegateBooleanTransformer.php
transformedValue
WFIsNotEmptyTransformer::transformedValue() in WFIsNotEmptyTransformer.php
transformedValue
WFIsEmptyTransformer::transformedValue() in WFIsEmptyTransformer.php
u
top
unbind
WFKeyValueBindingCreation::unbind() in WFKeyValueBindingCreation.php
Remove the binding for the passed property of the receiver.
$usingIndexedMode
WFArrayController::$usingIndexedMode in WFArrayController.php
undecorateObject
WFObjectController::undecorateObject() in WFObjectController.php
USE_ARRAY_INDEXES_AS_ID
usingIndexedMode
WFArrayController::usingIndexedMode() in WFArrayController.php
v
top
validatedSetValueForKey
Validate the value, calling the setter if the value is valid.
validatedSetValueForKeyPath
Validate the value, calling the setter if the value is valid.
validateEmail
WFKeyValueValidators::validateEmail() in WFKeyValueValidators.php
Validate email addresses.
validateObject
WFKeyValueCoding::validateObject() in WFKeyValueCoding.php
Run the object-level validation code.
validatePhone
WFKeyValueValidators::validatePhone() in WFKeyValueValidators.php
Validate a phone number.
validatePostalCode
WFKeyValueValidators::validatePostalCode() in WFKeyValueValidators.php
Validate a postal code.
validateUrl
WFKeyValueValidators::validateUrl() in WFKeyValueValidators.php
Validate URL.
validateValueForKey
Validate the given value for the given key.
validateValueForKeyPath
Validate the given value for the given keypath.
valueForKey
WFKeyValueCoding::valueForKey() in WFKeyValueCoding.php
Get the value for the given key.
valueForKeyPath
WFKeyValueCoding::valueForKeyPath() in WFKeyValueCoding.php
Get the value for the given key path.
valueForKeyPath
valueForStaticKey
Get the value of a static keypath. A static keypath is a key called against a CLASS rather than an instance.
valueForStaticKeyPath
This function is a wrapper of valueForKeyPath that allows you to use KVC to access static methods/properties without having an instance to a class.
valueForUndefinedKey
Called by valueForKey() if the key cannot be located through normal methods.
valueForUndefinedStaticKey
Called by valueForStaticKey() if the key cannot be located through normal methods.
valuesForKeyPaths
Creates an associative array with the set of passed keys and keyPaths and the corresponding values.
valuesForKeys
WFKeyValueCoding::valuesForKeys() in WFKeyValueCoding.php
Creates an associative array with the set of passed keys and the corresponding values
valueTransformerName
valid
WFArrayController::valid() in WFArrayController.php
Iterator interface for WFArrayController.
valueForKey
WFDecorator::valueForKey() in WFDecorator.php
Local implementation of valueForKey() that looks for the local version in the decorator, and if that fails, passes the request through to the underlying object.
valueTransformerForName
Retrieve a named value transformer instance.
valueTransformerNames
Get a list of all registered transformers.
w
top
WFKeyValueValidators.php
WFKeyValueValidators.php in WFKeyValueValidators.php
WFArray.php
WFArray.php in WFArray.php
WFKeyValueCoding.php
WFKeyValueCoding.php in WFKeyValueCoding.php
WFArray
WFArray in WFArray.php
A KVC-compliant array wrapper.
WFKeyValueCoding
WFKeyValueCoding in WFKeyValueCoding.php
Key-Value Coding protocol.
WFKeyValueValidators
WFKeyValueValidators in WFKeyValueValidators.php
Built-in Key-Value Validators.
WFBinding.php
WFBinding.php in WFBinding.php
WFKeyValueBindingCreation.php
WFKeyValueBindingCreation.php in WFKeyValueBindingCreation.php
WFBinding
WFBinding in WFBinding.php
The binding object.
WFBindingSetup
WFBindingSetup in WFBinding.php
The WFBindingSetup object contains all of the static information about available bindings for a class.
WFBINDINGSETUP_INSERTS_NULL_PLACEHOLDER
WFBINDINGSETUP_NULL_PLACEHOLDER
WFBINDINGSETUP_PATTERN_OPTION_NAME
WFBINDINGSETUP_PATTERN_OPTION_VALUE
WFBINDINGTYPE_MULTIPLE_BOOLEAN
WFBINDINGTYPE_MULTIPLE_BOOLEAN_AND
WFBINDINGTYPE_MULTIPLE_BOOLEAN_OR
WFBINDINGTYPE_MULTIPLE_PATTERN
WFBINDINGTYPE_SINGLE
WFKeyValueBindingCreation
WFKeyValueBindingCreation in WFKeyValueBindingCreation.php
Informal protocol for the Key Value Binding mechanism.
WFKeyValueObserving
WFKeyValueObserving in WFBinding.php
At present, we don't implement full, real-time KVO. In the web world, I didn't think we needed it, as you can just pull the data right when you need it.
WFArrayController.php
WFArrayController.php in WFArrayController.php
WFDecorator.php
WFDecorator.php in WFDecorator.php
WFObjectController.php
WFObjectController.php in WFObjectController.php
WFArrayController
WFArrayController in WFArrayController.php
The ArrayController class.
WFDecorator
WFDecorator in WFDecorator.php
The main ObjectController from the Controller Layer.
WFObjectController
WFObjectController in WFObjectController.php
The main ObjectController from the Controller Layer.
WFUndefinedKeyException
WFUndefinedKeyException in WFKeyValueCoding.php
Exceptions for KVC.
WFIsEmptyTransformer.php
WFIsEmptyTransformer.php in WFIsEmptyTransformer.php
WFIsNotEmptyTransformer.php
WFIsNotEmptyTransformer.php in WFIsNotEmptyTransformer.php
WFNegateBooleanTransformer.php
WFNegateBooleanTransformer.php in WFNegateBooleanTransformer.php
WFUrlencodeTransformer.php
WFUrlencodeTransformer.php in WFUrlencodeTransformer.php
WFValueTransformer.php
WFValueTransformer.php in WFValueTransformer.php
WFIsEmptyTransformer
WFIsEmptyTransformer in WFIsEmptyTransformer.php
WFIsEmptyTransformer
WFIsNotEmptyTransformer
WFIsNotEmptyTransformer in WFIsNotEmptyTransformer.php
WFIsNotEmptyTransformer
WFNegateBooleanTransformer
WFNegateBooleanTransformer in WFNegateBooleanTransformer.php
WFNegateBooleanTransformer
WFUrlencodeTransformer
WFUrlencodeTransformer in WFUrlencodeTransformer.php
WFUrlencodeTransformer
WFValueTransformer
WFValueTransformer in WFValueTransformer.php
WFValueTransformer
a b c d e f g h i k m n o p r s t u v w _