How to deprecate properties of the God Object (refactoring the Blob pattern)

First actionable step to clean up a Blob is to remove deprecated properties. Consider object like this:

$godObject = new stdClass();

$godObject->db = new db_connection()…