Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在整个 magento 文件夹中搜索了文本“setElementClass”,它仅作为对名为 setElementClass 的操作方法的调用出现在 xml 文件中。我希望它在某个地方的 php 类中定义,但无处可寻。任何的想法?
查看Varien_Object::__call()Magento 中的所有块从哪个扩展。任何以 get set has 或 uns 开头的方法都是“好的”。
Varien_Object::__call()