Class Mage_Rss_Block_Catalog_Abstract
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
- Mage_Core_Block_Abstract
- Mage_Core_Block_Template
- Mage_Rss_Block_Abstract
- Mage_Rss_Block_Catalog_Abstract
Direct known subclasses
Mage_Rss_Block_Catalog_Category, Mage_Rss_Block_Catalog_New, Mage_Rss_Block_Catalog_Special, Mage_Rss_Block_Catalog_TagCategory: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Located at code/core/Mage/Rss/Block/Catalog/Abstract.php
protected
|
|
protected
string
|
|
public
string
|
#
getPriceHtml(
Returns product price html for RSS feed |
public
|
#
addPriceBlockType( string $type, string $block = '', string $template = '' )
Adding customized price template for product type, used as action in layouts |
_getCustomerGroupId(),
_getStoreId()
|
XML_PATH_DEBUG_TEMPLATE_HINTS,
XML_PATH_DEBUG_TEMPLATE_HINTS_BLOCKS,
XML_PATH_TEMPLATE_ALLOW_SYMLINK
|
CACHE_GROUP
|
protected
array
|
$_priceBlock | array() |
#
Stored price block instances |
protected
array
|
$_priceBlockTypes | array() |
#
Stored price blocks info |
protected
string
|
$_priceBlockDefaultTemplate | 'catalog/rss/product/price.phtml' |
#
Default values for price block and template |
protected
string
|
$_priceBlockDefaultType | 'catalog/product_price' |
|
protected
boolean
|
$_useLinkForAsLowAs | true |
#
Whether to show "As low as" as a link |
protected
string
|
$_mapRenderer | 'msrp_rss' |
#
Default MAP renderer type |
$_allowSymlinks,
$_baseUrl,
$_jsUrl,
$_showTemplateHints,
$_showTemplateHintsBlocks,
$_template,
$_viewDir,
$_viewVars
|