For anyone who has seen / used Magento, could you please tell me where I can find the following 3 product function definitions Product Product save action Event Observer: -
setBundleOptionsData()setBundleSelectionsData()setCanSaveBundleSelections()
Please forgive me by asking such a stupid question, but I'm really helpless. Any help is appreciated.
The worst part is that the above 3 methods are used beautifully for the product object, and they also work. But where are their definitions?
EDIT: -
Well, I understand that they are used by "Varien_Object", and these are simple setter functions using the Magic Methods concept. But can someone please tell us what is the encoding stream when the program counter comes to such a function, in this case in the Event Observer class?
source
share