Example #1
0
 /**
  * Options getter
  *
  * @return array
  */
 public function toOptionArray()
 {
     $types = new Varien_Object(array('actions' => array(array('value' => '3', 'label' => Mage::helper('affiliateplus')->__('Sale')))));
     Mage::dispatchEvent('affiliateplus_get_action_types', array('types' => $types));
     return $types->getActions();
 }