Class Mage_Catalog_Block_Product_Price_Template
Catalog Product Price Template Block
-
Varien_Object
-
Mage_Core_Block_Abstract
-
Mage_Catalog_Block_Product_Price_Template
Methods summary
public
array
|
#
getPriceBlockTypes( )
Retrieve array of Price Block Types
Retrieve array of Price Block Types
Key is price block type name and value is array of template and block
strings
Returns
array
|
public
Mage_Catalog_Block_Product_Price_Template
|
#
addPriceBlockType( string $type, string $block = '', string $template = '' )
Adding customized price template for product type
Adding customized price template for product type
Parameters
- $type
string $type
- $block
string $block
- $template
string $template
Returns
|
Methods inherited from Mage_Core_Block_Abstract
__(),
_afterCacheUrl(),
_afterToHtml(),
_beforeCacheUrl(),
_beforeChildToHtml(),
_beforeToHtml(),
_construct(),
_getChildHtml(),
_getSidPlaceholder(),
_getUrlModel(),
_getUrlModelClass(),
_loadCache(),
_prepareLayout(),
_saveCache(),
_toHtml(),
addToChildGroup(),
addToParentGroup(),
append(),
countChildren(),
escapeHtml(),
escapeUrl(),
formatDate(),
formatTime(),
getAction(),
getAnonSuffix(),
getBlockAlias(),
getBlockHtml(),
getCacheKey(),
getCacheKeyInfo(),
getCacheLifetime(),
getCacheTags(),
getChild(),
getChildChildHtml(),
getChildData(),
getChildGroup(),
getChildHtml(),
getHelper(),
getIsAnonymous(),
getLayout(),
getMessagesBlock(),
getModuleName(),
getNameInLayout(),
getParentBlock(),
getRequest(),
getSkinUrl(),
getSortedChildBlocks(),
getSortedChildren(),
getUrl(),
getUrlBase64(),
getUrlEncoded(),
helper(),
insert(),
jsQuoteEscape(),
setAnonSuffix(),
setAttribute(),
setBlockAlias(),
setChild(),
setFrameTags(),
setIsAnonymous(),
setLayout(),
setMessagesBlock(),
setNameInLayout(),
setParentBlock(),
sortChildren(),
stripTags(),
toHtml(),
unsetCallChild(),
unsetChild(),
unsetChildren()
|
Properties summary
protected
array
|
$_priceBlockTypes
|
array() |
#
Product Price block types cache
Product Price block types cache
|
Properties inherited from Mage_Core_Block_Abstract
$_alias,
$_anonSuffix,
$_childGroups,
$_children,
$_childrenHtmlCache,
$_frameCloseTag,
$_frameOpenTag,
$_isAnonymous,
$_layout,
$_messagesBlock,
$_nameInLayout,
$_parent,
$_parentBlock,
$_request,
$_sortInstructions,
$_sortedChildren,
$_urlModel
|