I have an object of which I am looking to get a piece of data from, the object looks like this,
Product Object ( [name] => Simon Test Cup [co
You could say $object->_related["_related"]["range"], but this structure is presumably that of an object which has accessors for things you might want from it. You're clearly not intended to worry about the internal structure of the thing.