Overview

Packages

  • currencysymbol
  • MAbout
  • Mage
    • Admin
    • Adminhtml
    • AdminNotification
    • Api
    • Api2
    • Authorizenet
    • Backup
    • Bundle
    • Captcha
    • Catalog
    • CatalogIndex
    • CatalogInventory
    • CatalogRule
    • CatalogSearch
    • Centinel
    • Checkout
    • Cms
    • Compiler
    • Connect
    • Contacts
    • Core
    • Cron
    • CurrencySymbol
    • Customer
    • Dataflow
    • Directory
    • DirtectPost
    • Downloadable
    • Eav
    • GiftMessage
    • GoogleAnalytics
    • GoogleBase
    • GoogleCheckout
    • ImportExport
    • Index
    • Install
    • Log
    • Media
    • Newsletter
    • Oauth
    • Page
    • PageCache
    • Paygate
    • Payment
    • Paypal
    • PaypalUk
    • Persistent
    • Poll
    • ProductAlert
    • Rating
    • Reports
    • Review
    • Rss
    • Rule
    • Sales
    • SalesRule
    • Sedfriend
    • Sendfriend
    • Shipping
    • Sitemap
    • Tag
    • Tax
    • Usa
    • Weee
    • Widget
    • Wishlist
    • XmlConnect
  • None
  • Phoenix
    • Moneybookers
  • PHP
  • Zend
    • Date
    • Mime
    • XmlRpc

Classes

  • Mage_SalesRule_Exception
  • Mage_SalesRule_Helper_Coupon
  • Mage_SalesRule_Helper_Data
  • Mage_SalesRule_Model_Coupon
  • Mage_SalesRule_Model_Coupon_Codegenerator
  • Mage_SalesRule_Model_Coupon_Massgenerator
  • Mage_SalesRule_Model_Mysql4_Coupon
  • Mage_SalesRule_Model_Mysql4_Coupon_Collection
  • Mage_SalesRule_Model_Mysql4_Coupon_Usage
  • Mage_SalesRule_Model_Mysql4_Report_Collection
  • Mage_SalesRule_Model_Mysql4_Report_Rule
  • Mage_SalesRule_Model_Mysql4_Report_Updatedat_Collection
  • Mage_SalesRule_Model_Mysql4_Rule
  • Mage_SalesRule_Model_Mysql4_Rule_Collection
  • Mage_SalesRule_Model_Mysql4_Rule_Customer
  • Mage_SalesRule_Model_Mysql4_Rule_Customer_Collection
  • Mage_SalesRule_Model_Mysql4_Rule_Product
  • Mage_SalesRule_Model_Mysql4_Rule_Product_Collection
  • Mage_SalesRule_Model_Observer
  • Mage_SalesRule_Model_Quote_Discount
  • Mage_SalesRule_Model_Quote_Freeshipping
  • Mage_SalesRule_Model_Quote_Nominal_Discount
  • Mage_SalesRule_Model_Resource_Coupon
  • Mage_SalesRule_Model_Resource_Coupon_Collection
  • Mage_SalesRule_Model_Resource_Coupon_Usage
  • Mage_SalesRule_Model_Resource_Report_Collection
  • Mage_SalesRule_Model_Resource_Report_Rule
  • Mage_SalesRule_Model_Resource_Report_Rule_Createdat
  • Mage_SalesRule_Model_Resource_Report_Rule_Updatedat
  • Mage_SalesRule_Model_Resource_Report_Updatedat_Collection
  • Mage_SalesRule_Model_Resource_Rule
  • Mage_SalesRule_Model_Resource_Rule_Collection
  • Mage_SalesRule_Model_Resource_Rule_Customer
  • Mage_SalesRule_Model_Resource_Rule_Customer_Collection
  • Mage_SalesRule_Model_Resource_Rule_Product
  • Mage_SalesRule_Model_Resource_Rule_Product_Collection
  • Mage_SalesRule_Model_Rule
  • Mage_SalesRule_Model_Rule_Action_Collection
  • Mage_SalesRule_Model_Rule_Action_Product
  • Mage_SalesRule_Model_Rule_Condition_Address
  • Mage_SalesRule_Model_Rule_Condition_Combine
  • Mage_SalesRule_Model_Rule_Condition_Product
  • Mage_SalesRule_Model_Rule_Condition_Product_Combine
  • Mage_SalesRule_Model_Rule_Condition_Product_Found
  • Mage_SalesRule_Model_Rule_Condition_Product_Subselect
  • Mage_SalesRule_Model_Rule_Customer
  • Mage_SalesRule_Model_Rule_Product
  • Mage_SalesRule_Model_System_Config_Source_Coupon_Format
  • Mage_SalesRule_Model_Validator

Interfaces

  • Mage_SalesRule_Model_Coupon_CodegeneratorInterface
  • Overview
  • Package
  • Class
  • Tree

Class Mage_SalesRule_Model_Rule_Condition_Address

Magento

NOTICE OF LICENSE

This source file is subject to the Open Software License (OSL 3.0) that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://opensource.org/licenses/osl-3.0.php If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@magentocommerce.com so we can send you a copy immediately.

DISCLAIMER

Do not edit or add to this file if you wish to upgrade Magento to newer versions in the future. If you wish to customize Magento for your needs please refer to http://www.magentocommerce.com for more information.

Varien_Object
Extended by Mage_Rule_Model_Condition_Abstract implements Mage_Rule_Model_Condition_Interface
Extended by Mage_SalesRule_Model_Rule_Condition_Address
Package: Mage\SalesRule
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Located at code/core/Mage/SalesRule/Model/Rule/Condition/Address.php
Methods summary
public
# loadAttributeOptions( )

Overrides

Mage_Rule_Model_Condition_Abstract::loadAttributeOptions()
public
# getAttributeElement( )

Overrides

Mage_Rule_Model_Condition_Abstract::getAttributeElement()
public string
# getInputType( )

This value will define which operators will be available for this condition.

This value will define which operators will be available for this condition.

Possible values are: string, numeric, date, select, multiselect, grid, boolean

Returns

string

Overrides

Mage_Rule_Model_Condition_Abstract::getInputType()
public string
# getValueElementType( )

Value element type will define renderer for condition value element

Value element type will define renderer for condition value element

Returns

string

See

Varien_Data_Form_Element

Overrides

Mage_Rule_Model_Condition_Abstract::getValueElementType()
public
# getValueSelectOptions( )

Overrides

Mage_Rule_Model_Condition_Abstract::getValueSelectOptions()
public boolean
# validate( Varien_Object $object )

Validate Address Rule Condition

Validate Address Rule Condition

Parameters

$object
Varien_Object
$object

Returns

boolean

Overrides

Mage_Rule_Model_Condition_Abstract::validate()
Methods inherited from Mage_Rule_Model_Condition_Abstract
__construct(), _compareValues(), asArray(), asHtml(), asHtmlRecursive(), asString(), asStringRecursive(), asXml(), getAddLinkHtml(), getAttributeElementHtml(), getAttributeName(), getAttributeOptions(), getAttributeSelectOptions(), getChooserContainerHtml(), getDefaultOperatorInputByType(), getDefaultOperatorOptions(), getForm(), getNewChildName(), getNewChildSelectOptions(), getOperatorElement(), getOperatorElementHtml(), getOperatorForValidate(), getOperatorName(), getOperatorSelectOptions(), getRemoveLinkHtml(), getTypeElement(), getTypeElementHtml(), getValue(), getValueElement(), getValueElementHtml(), getValueElementRenderer(), getValueName(), getValueParsed(), isArrayOperatorType(), loadArray(), loadOperatorOptions(), loadValueOptions(), loadXml(), validateAttribute()
Properties inherited from Mage_Rule_Model_Condition_Abstract
$_arrayInputTypes, $_defaultOperatorInputByType, $_defaultOperatorOptions, $_inputType
Magento 1.7.0.2 API documentation generated by ApiGen 2.8.0