/**
  * @return array
  */
 protected static function resolveDropDownArray()
 {
     return ProductTemplateElementUtil::getProductTemplatePriceFrequencyDropdownArray();
 }
 protected function getDropDownArray()
 {
     return ProductTemplateElementUtil::getProductTemplatePriceFrequencyDropdownArray();
 }
 public function __construct($modelClassName, $attributeName)
 {
     parent::__construct($modelClassName, $attributeName);
     $this->dropDownValues = ProductTemplateElementUtil::getProductTemplatePriceFrequencyDropdownArray();
 }