[KeyValueCoding] element index

Package indexes

All elements
a b c d e f g h i k n o p r s t u v w _
_
top
__construct
__construct
WFBinding::__construct() in WFBinding.php
__construct
WFObjectController::__construct() in WFObjectController.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
$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
WFArrayController::checkObjectClass() in WFArrayController.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.
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.
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.
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
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.
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
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.
setSelectionIdentifiers
Set the selected items of the array.
setSelectOnInsert
setSelectsInsertedObjects
If true, the array controller will automatically add all objects inserted to the selection.
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
USE_ARRAY_INDEXES_AS_ID
usingIndexedMode
WFArrayController::usingIndexedMode() in WFArrayController.php
v
top
validateEmail
WFKeyValueValidators::validateEmail() in WFKeyValueValidators.php
Validate email addresses.
validatePhone
WFKeyValueValidators::validatePhone() in WFKeyValueValidators.php
Validate a phone number.
validatePostalCode
WFKeyValueValidators::validatePostalCode() in WFKeyValueValidators.php
Validate a postal code.
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.
valueTransformerName
VALUE_FORMATTER_NAME
VALUE_READ_WRITE_MODE
VALUE_READ_WRITE_MODE_NORMAL
VALUE_READ_WRITE_MODE_READ_ONLY
VALUE_READ_WRITE_MODE_WRITE_ONLY
VALUE_TRANSFORMER_NAME
valid
WFArrayController::valid() in WFArrayController.php
Iterator interface for WFArrayController.
valueTransformerForName
Retrieve a named value transformer instance.
valueTransformerNames
Get a list of all registered transformers.
w
top
WFKeyValueValidators.php
WFKeyValueValidators.php in WFKeyValueValidators.php
WFKeyValueCoding.php
WFKeyValueCoding.php in WFKeyValueCoding.php
WFKeyValueCoding
WFKeyValueCoding in WFKeyValueCoding.php
Key-Value Coding protocol.
WFKeyValueValidators
WFKeyValueValidators in WFKeyValueValidators.php
Built-in Key-Value Validators.
WFUndefinedKeyException
WFUndefinedKeyException in WFKeyValueCoding.php
Exceptions for KVC.
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
WFObjectController.php
WFObjectController.php in WFObjectController.php
WFArrayController
WFArrayController in WFArrayController.php
The ArrayController class.
WFObjectController
WFObjectController in WFObjectController.php
The main ObjectController from the Controller Layer.
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 n o p r s t u v w _