Exemplo n.º 1
0
 /**
  * @return array
  */
 public function toOptionArray()
 {
     return array(array('value' => Mage_Core_Model_Domainpolicy::FRAME_POLICY_ALLOW, 'label' => $this->_helper->__('Enabled')), array('value' => Mage_Core_Model_Domainpolicy::FRAME_POLICY_ORIGIN, 'label' => $this->_helper->__('Only from same domain')));
 }
Exemplo n.º 2
0
 /**
  * Return statuses array
  * @return array
  */
 public function toOptionArray()
 {
     return array('1' => $this->_helper->__('System'), '0' => $this->_helper->__('Custom'));
 }