Class Mage_Wishlist_Block_Customer_Wishlist

Description

Wishlist block customer items

Located in /Wishlist/Block/Customer/Wishlist.php (line 35)

Varien_Object
   |
   --Mage_Core_Block_Abstract
      |
      --Mage_Core_Block_Template
         |
         --Mage_Catalog_Block_Product_Abstract
            |
            --Mage_Wishlist_Block_Abstract
               |
               --Mage_Wishlist_Block_Customer_Wishlist
Direct descendents
Class Description
Mage_XmlConnect_Block_Wishlist Customer wishlist xml renderer
Variable Summary
mixed $_optionsCfg
Method Summary
Variables
mixed $_optionsCfg = array() (line 40)
  • access: protected

Inherited Variables

Inherited from Mage_Wishlist_Block_Abstract

Mage_Wishlist_Block_Abstract::$_cachedItemPriceBlocks
Mage_Wishlist_Block_Abstract::$_collection
Mage_Wishlist_Block_Abstract::$_itemPriceBlockTypes
Mage_Wishlist_Block_Abstract::$_wishlist

Inherited from Mage_Catalog_Block_Product_Abstract

Mage_Catalog_Block_Product_Abstract::$_block
Mage_Catalog_Block_Product_Abstract::$_columnCountLayoutDepend
Mage_Catalog_Block_Product_Abstract::$_defaultColumnCount
Mage_Catalog_Block_Product_Abstract::$_priceBlock
Mage_Catalog_Block_Product_Abstract::$_priceBlockDefaultTemplate
Mage_Catalog_Block_Product_Abstract::$_priceBlockTypes
Mage_Catalog_Block_Product_Abstract::$_reviewsHelperBlock
Mage_Catalog_Block_Product_Abstract::$_tierPriceDefaultTemplate
Mage_Catalog_Block_Product_Abstract::$_useLinkForAsLowAs

Inherited from Mage_Core_Block_Template

Mage_Core_Block_Template::$_baseUrl
Mage_Core_Block_Template::$_jsUrl
Mage_Core_Block_Template::$_showTemplateHints
Mage_Core_Block_Template::$_showTemplateHintsBlocks
Mage_Core_Block_Template::$_template
Mage_Core_Block_Template::$_viewDir
Mage_Core_Block_Template::$_viewVars

Inherited from Mage_Core_Block_Abstract

Mage_Core_Block_Abstract::$_alias
Mage_Core_Block_Abstract::$_anonSuffix
Mage_Core_Block_Abstract::$_childGroups
Mage_Core_Block_Abstract::$_children
Mage_Core_Block_Abstract::$_childrenHtmlCache
Mage_Core_Block_Abstract::$_frameCloseTag
Mage_Core_Block_Abstract::$_frameOpenTag
Mage_Core_Block_Abstract::$_isAnonymous
Mage_Core_Block_Abstract::$_layout
Mage_Core_Block_Abstract::$_messagesBlock
Mage_Core_Block_Abstract::$_nameInLayout
Mage_Core_Block_Abstract::$_parent
Mage_Core_Block_Abstract::$_parentBlock
Mage_Core_Block_Abstract::$_request
Mage_Core_Block_Abstract::$_sortedChildren
Mage_Core_Block_Abstract::$_urlModel
Methods
addOptionsRenderCfg (line 121)
  • access: public
void addOptionsRenderCfg ( $productType,  $helperName, [ $template = null])
  • $productType
  • $helperName
  • $template
getAddToCartQty (line 199)

Returns qty to show visually to user

  • access: public
float getAddToCartQty (Mage_Wishlist_Model_Item $item)
getBackUrl (line 82)

Retrieve Back URL

  • access: public
string getBackUrl ()
getCommentValue (line 188)

Returns default description to show in textarea field

  • access: public
string getCommentValue (Mage_Wishlist_Model_Item $item)
getDetailsHtml (line 150)

Returns html for showing item options

  • access: public
string getDetailsHtml (Mage_Wishlist_Model_Item $item)
getOptionsRenderCfg (line 133)

Returns html for showing item options

  • access: public
array|null getOptionsRenderCfg (string $productType)
  • string $productType
getOptionsRenderCfgs (line 107)

Returns all options render configurations

  • access: public
array getOptionsRenderCfgs ()
setOptionsRenderCfgs (line 96)

Sets all options render configurations

  • access: public
Mage_Wishlist_Block_Customer_Wishlist setOptionsRenderCfgs (null|array $optionCfg)
  • null|array $optionCfg
_construct (line 45)
  • access: public
void _construct ()

Redefinition of:
Mage_Wishlist_Block_Abstract::_construct()
Internal constructor, that is called from real constructor
_prepareCollection (line 57)

Add wishlist conditions to collection

  • access: protected

Redefinition of:
Mage_Wishlist_Block_Abstract::_prepareCollection()
Prepare additional conditions to collection
_prepareLayout (line 68)

Preparing global layout

  • access: protected

Redefinition of:
Mage_Catalog_Block_Product_Abstract::_prepareLayout()
If exists price template block, retrieve price blocks from it

Inherited Methods

Inherited From Mage_Wishlist_Block_Abstract

Mage_Wishlist_Block_Abstract::addItemPriceBlockType()
Mage_Wishlist_Block_Abstract::getAddToWishlistUrl()
Mage_Wishlist_Block_Abstract::getEscapedDescription()
Mage_Wishlist_Block_Abstract::getFormatedDate()
Mage_Wishlist_Block_Abstract::getItemAddToCartUrl()
Mage_Wishlist_Block_Abstract::getItemConfigureUrl()
Mage_Wishlist_Block_Abstract::getItemRemoveUrl()
Mage_Wishlist_Block_Abstract::getPriceHtml()
Mage_Wishlist_Block_Abstract::getProductUrl()
Mage_Wishlist_Block_Abstract::getQty()
Mage_Wishlist_Block_Abstract::getWishlist()
Mage_Wishlist_Block_Abstract::getWishlistItems()
Mage_Wishlist_Block_Abstract::getWishlistItemsCount()
Mage_Wishlist_Block_Abstract::hasDescription()
Mage_Wishlist_Block_Abstract::hasWishlistItems()
Mage_Wishlist_Block_Abstract::isSaleable()
Mage_Wishlist_Block_Abstract::_construct()
Mage_Wishlist_Block_Abstract::_getCustomerSession()
Mage_Wishlist_Block_Abstract::_getHelper()
Mage_Wishlist_Block_Abstract::_getItemPriceBlock()
Mage_Wishlist_Block_Abstract::_getWishlist()
Mage_Wishlist_Block_Abstract::_prepareCollection()

Inherited From Mage_Catalog_Block_Product_Abstract

Mage_Catalog_Block_Product_Abstract::addColumnCountLayoutDepend()
Mage_Catalog_Block_Product_Abstract::addPriceBlockType()
Mage_Catalog_Block_Product_Abstract::addReviewSummaryTemplate()
Mage_Catalog_Block_Product_Abstract::getAddToCartUrl()
Mage_Catalog_Block_Product_Abstract::getAddToCompareUrl()
Mage_Catalog_Block_Product_Abstract::getAddToWishlistUrl()
Mage_Catalog_Block_Product_Abstract::getCanShowProductPrice()
Mage_Catalog_Block_Product_Abstract::getColumnCount()
Mage_Catalog_Block_Product_Abstract::getColumnCountLayoutDepend()
Mage_Catalog_Block_Product_Abstract::getImageLabel()
Mage_Catalog_Block_Product_Abstract::getMinimalQty()
Mage_Catalog_Block_Product_Abstract::getPageLayout()
Mage_Catalog_Block_Product_Abstract::getPriceHtml()
Mage_Catalog_Block_Product_Abstract::getProduct()
Mage_Catalog_Block_Product_Abstract::getProductUrl()
Mage_Catalog_Block_Product_Abstract::getReviewsSummaryHtml()
Mage_Catalog_Block_Product_Abstract::getSubmitUrl()
Mage_Catalog_Block_Product_Abstract::getTierPriceHtml()
Mage_Catalog_Block_Product_Abstract::getTierPrices()
Mage_Catalog_Block_Product_Abstract::getTierPriceTemplate()
Mage_Catalog_Block_Product_Abstract::hasProductUrl()
Mage_Catalog_Block_Product_Abstract::removeColumnCountLayoutDepend()
Mage_Catalog_Block_Product_Abstract::_addProductAttributesAndPrices()
Mage_Catalog_Block_Product_Abstract::_getPriceBlock()
Mage_Catalog_Block_Product_Abstract::_getPriceBlockTemplate()
Mage_Catalog_Block_Product_Abstract::_initReviewsHelperBlock()
Mage_Catalog_Block_Product_Abstract::_prepareLayout()
Mage_Catalog_Block_Product_Abstract::_preparePriceRenderer()

Inherited From Mage_Core_Block_Template

Mage_Core_Block_Template::assign()
Mage_Core_Block_Template::fetchView()
Mage_Core_Block_Template::getArea()
Mage_Core_Block_Template::getBaseUrl()
Mage_Core_Block_Template::getCacheKeyInfo()
Mage_Core_Block_Template::getDirectOutput()
Mage_Core_Block_Template::getJsUrl()
Mage_Core_Block_Template::getObjectData()
Mage_Core_Block_Template::getShowTemplateHints()
Mage_Core_Block_Template::getTemplate()
Mage_Core_Block_Template::getTemplateFile()
Mage_Core_Block_Template::renderView()
Mage_Core_Block_Template::setScriptPath()
Mage_Core_Block_Template::setTemplate()
Mage_Core_Block_Template::_construct()
Mage_Core_Block_Template::_toHtml()

Inherited From Mage_Core_Block_Abstract

Mage_Core_Block_Abstract::addToChildGroup()
Mage_Core_Block_Abstract::addToParentGroup()
Mage_Core_Block_Abstract::append()
Mage_Core_Block_Abstract::countChildren()
Mage_Core_Block_Abstract::escapeHtml()
Mage_Core_Block_Abstract::escapeUrl()
Mage_Core_Block_Abstract::formatDate()
Mage_Core_Block_Abstract::formatTime()
Mage_Core_Block_Abstract::getAction()
Mage_Core_Block_Abstract::getAnonSuffix()
Mage_Core_Block_Abstract::getBlockAlias()
Mage_Core_Block_Abstract::getBlockHtml()
Mage_Core_Block_Abstract::getCacheKey()
Mage_Core_Block_Abstract::getCacheKeyInfo()
Mage_Core_Block_Abstract::getCacheLifetime()
Mage_Core_Block_Abstract::getCacheTags()
Mage_Core_Block_Abstract::getChild()
Mage_Core_Block_Abstract::getChildChildHtml()
Mage_Core_Block_Abstract::getChildData()
Mage_Core_Block_Abstract::getChildGroup()
Mage_Core_Block_Abstract::getChildHtml()
Mage_Core_Block_Abstract::getHelper()
Mage_Core_Block_Abstract::getIsAnonymous()
Mage_Core_Block_Abstract::getLayout()
Mage_Core_Block_Abstract::getMessagesBlock()
Mage_Core_Block_Abstract::getModuleName()
Mage_Core_Block_Abstract::getNameInLayout()
Mage_Core_Block_Abstract::getParentBlock()
Mage_Core_Block_Abstract::getRequest()
Mage_Core_Block_Abstract::getSkinUrl()
Mage_Core_Block_Abstract::getSortedChildBlocks()
Mage_Core_Block_Abstract::getSortedChildren()
Mage_Core_Block_Abstract::getUrl()
Mage_Core_Block_Abstract::getUrlBase64()
Mage_Core_Block_Abstract::getUrlEncoded()
Mage_Core_Block_Abstract::helper()
Mage_Core_Block_Abstract::htmlEscape()
Mage_Core_Block_Abstract::insert()
Mage_Core_Block_Abstract::jsQuoteEscape()
Mage_Core_Block_Abstract::setAnonSuffix()
Mage_Core_Block_Abstract::setAttribute()
Mage_Core_Block_Abstract::setBlockAlias()
Mage_Core_Block_Abstract::setChild()
Mage_Core_Block_Abstract::setFrameTags()
Mage_Core_Block_Abstract::setIsAnonymous()
Mage_Core_Block_Abstract::setLayout()
Mage_Core_Block_Abstract::setMessagesBlock()
Mage_Core_Block_Abstract::setNameInLayout()
Mage_Core_Block_Abstract::setParentBlock()
Mage_Core_Block_Abstract::stripTags()
Mage_Core_Block_Abstract::toHtml()
Mage_Core_Block_Abstract::unsetCallChild()
Mage_Core_Block_Abstract::unsetChild()
Mage_Core_Block_Abstract::unsetChildren()
Mage_Core_Block_Abstract::urlEscape()
Mage_Core_Block_Abstract::_afterCacheUrl()
Mage_Core_Block_Abstract::_afterToHtml()
Mage_Core_Block_Abstract::_beforeCacheUrl()
Mage_Core_Block_Abstract::_beforeChildToHtml()
Mage_Core_Block_Abstract::_beforeToHtml()
Mage_Core_Block_Abstract::_construct()
Mage_Core_Block_Abstract::_getChildHtml()
Mage_Core_Block_Abstract::_getUrlModel()
Mage_Core_Block_Abstract::_getUrlModelClass()
Mage_Core_Block_Abstract::_loadCache()
Mage_Core_Block_Abstract::_prepareLayout()
Mage_Core_Block_Abstract::_saveCache()
Mage_Core_Block_Abstract::_toHtml()
Mage_Core_Block_Abstract::__()
Class Constants

Documentation generated on Fri, 11 Feb 2011 17:16:28 +0200 by phpDocumentor 1.4.3