Magento bir olay Gözlemci sınıfının Fonksiyon Tanımı bulamıyorum

0 Cevap php

/ Kullanılan Magento gördü herkes için, nerede Katalog Ürünün kurtarmak eylemin Olay Observer sınıfının aşağıdaki 3 işlevin tanımlarını bulabilirsiniz söyle lütfen edebilirsiniz: -

  1. setBundleOptionsData()
  2. setBundleSelectionsData()
  3. setCanSaveBundleSelections()

Please pardon me, for asking such a silly question, but I am really helpless. Any help is greatly appreciated.

Kötü kısmı bu yukarıdaki 3 yöntem güzel bir şekilde ürün nesne için kullanılan ediliyor olmasıdır, & onlar da çalışıyor. Ama nerede onların tanımları nelerdir?

EDIT:-
Okay, I can understand that these are used by the "Varien_Object", and these are simple setter functions using the concept of Magic Methods. But can somebody please tell what is the coding flow, when the program counter arrives at such a function, in this case in the Event Observer class?

0 Cevap