Magento
M70-101 · Question #38
You want to implement a custom attribute source model. Which method do you have to implement after extending Mage_Eav_Model_Entity_Attribute_Source_Abstract?
The correct answer is B. getAllOptions ( ). See the full explanation below for the reasoning.
Question
You want to implement a custom attribute source model. Which method do you have to implement after extending Mage_Eav_Model_Entity_Attribute_Source_Abstract?
Options
- AgetOptionText ( )
- BgetAllOptions ( )
- CgetOptionHash ( )
- DgetOptionId ( )
How the community answered
(26 responses)- A4% (1)
- B77% (20)
- C12% (3)
- D8% (2)
Community Discussion
No community discussion yet for this question.