faulty documentation?
faulty documentation?
- Subject: faulty documentation?
- From: Florijan Stamenkovic <email@hidden>
- Date: Wed, 17 Sep 2008 12:45:14 -0400
Hi all,
If you check out the docs for EOCustomObject's takeValueForKey and
takeStoredValueForKey you will see that there is talk of storing the
value in instance variables (_key or key), but there is not talk
about storing values in a value dict, which is what most likely
happens in the end. Some debugging shows that indeed an EO has a
package wide variable called __dictionary, of the
_EOMutableKnownKeyDictionary type where values are stored. Nice.
Should not that be mentioned in the docs? I guess another entry
should be inserted before "make a call to
handleTakeValueForUnboundKey" that would say that if the key is a
valid property key for that EO, the value is stored in it's dict? Why
would this be left out?
F
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden