The valueForKey searches the property 'key'
in the
following way: it first searches some getters (methods), and falls back to
searching for instance's attributes if none where found; if you need to
remember something, it is that methods are always preferred. The searches
are made in the following order:
getKey()
key()
_getKey()
_key()
The method takeValueForKey also searches setters, than attributes, in the following order:
Comments are welcome: Sebastien Bigaret / Modeling Home Page