I frequently use the Extbase DebugUtility (Tx_Extbase_Utility_Debugger::var_dump($object)
).
It displays additional data for each property, especially the "modified" flag - see screenshot.
How can I access this "meta property" from within my controller (updateAction)?
I tried $object->getProperty->isModified
and other combinations, to no avail.