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
Assuming Felix' answer doesn't work (which it may very well), I'm guessing that the _related
field is protected. In that case, there should be an accessor method in that class to let you get related objects. Please use get_class_methods()
on the object and edit your post with the methods that are available.