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_Payment_Block_Catalog_Product_View_Profile
  • Mage_Payment_Block_Form
  • Mage_Payment_Block_Form_Banktransfer
  • Mage_Payment_Block_Form_Cashondelivery
  • Mage_Payment_Block_Form_Cc
  • Mage_Payment_Block_Form_Ccsave
  • Mage_Payment_Block_Form_Checkmo
  • Mage_Payment_Block_Form_Container
  • Mage_Payment_Block_Form_Purchaseorder
  • Mage_Payment_Block_Info
  • Mage_Payment_Block_Info_Banktransfer
  • Mage_Payment_Block_Info_Cc
  • Mage_Payment_Block_Info_Ccsave
  • Mage_Payment_Block_Info_Checkmo
  • Mage_Payment_Block_Info_Container
  • Mage_Payment_Block_Info_Purchaseorder
  • Mage_Payment_Helper_Data
  • Mage_Payment_Model_Billing_AgreementAbstract
  • Mage_Payment_Model_Config
  • Mage_Payment_Model_Info
  • Mage_Payment_Model_Method_Abstract
  • Mage_Payment_Model_Method_Banktransfer
  • Mage_Payment_Model_Method_Cashondelivery
  • Mage_Payment_Model_Method_Cc
  • Mage_Payment_Model_Method_Ccsave
  • Mage_Payment_Model_Method_Checkmo
  • Mage_Payment_Model_Method_Free
  • Mage_Payment_Model_Method_Purchaseorder
  • Mage_Payment_Model_Observer
  • Mage_Payment_Model_Paygate_Result
  • Mage_Payment_Model_Recurring_Profile
  • Mage_Payment_Model_Source_Cctype
  • Mage_Payment_Model_Source_Invoice

Interfaces

  • Mage_Payment_Model_Billing_Agreement_MethodInterface
  • Mage_Payment_Model_Recurring_Profile_MethodInterface

Exceptions

  • Mage_Payment_Exception
  • Mage_Payment_Model_Info_Exception
  • Overview
  • Package
  • Class
  • Tree

Class Mage_Payment_Block_Info

Base payment iformation block

Varien_Object
Extended by Mage_Core_Block_Abstract
Extended by Mage_Core_Block_Template
Extended by Mage_Payment_Block_Info

Direct known subclasses

Mage_Payment_Block_Info_Banktransfer, Mage_Payment_Block_Info_Cc, Mage_Payment_Block_Info_Checkmo, Mage_Payment_Block_Info_Purchaseorder, Mage_Sales_Block_Payment_Info_Billing_Agreement, Mage_XmlConnect_Block_Checkout_Payment_Method_Info_Free, Mage_XmlConnect_Block_Customer_Order_Details, Phoenix_Moneybookers_Block_Info

Indirect known subclasses

Mage_Paygate_Block_Authorizenet_Info_Cc, Mage_Payment_Block_Info_Ccsave, Mage_XmlConnect_Block_Checkout_Payment_Method_Info_Paypal_Express, Mage_XmlConnect_Block_Checkout_Payment_Method_Info_Paypal_Mecl, Mage_XmlConnect_Block_Checkout_Payment_Method_Info_Pbridge_Authorizenet, Mage_XmlConnect_Block_Checkout_Payment_Method_Info_Pbridge_Paypal_Direct, Mage_XmlConnect_Block_Checkout_Payment_Method_Info_Pbridge_Paypaluk_Direct, Mage_XmlConnect_Block_Checkout_Payment_Method_Info_Pbridge_Verisign, Mage_XmlConnect_Block_Checkout_Payment_Method_Info_Purchaseorder, Mage_Paypal_Block_Hosted_Pro_Info, Mage_Paypal_Block_Payflow_Advanced_Info, Mage_Paypal_Block_Payflow_Link_Info, Mage_Paypal_Block_Payment_Info, Mage_XmlConnect_Block_Checkout_Payment_Method_Info_Authorizenet, Mage_XmlConnect_Block_Checkout_Payment_Method_Info_Ccsave, Mage_XmlConnect_Block_Checkout_Payment_Method_Info_Checkmo, Mage_XmlConnect_Block_Checkout_Payment_Method_Info_Paypal_Abstract
Package: Mage\Payment
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Located at code/core/Mage/Payment/Block/Info.php
Methods summary
protected
# _construct( )

Internal constructor, that is called from real constructor

Internal constructor, that is called from real constructor

Overrides

Mage_Core_Block_Template::_construct()
public Mage_Payment_Model_Info
# getInfo( )

Retrieve info model

Retrieve info model

Returns

Mage_Payment_Model_Info
public Mage_Payment_Model_Method_Abstract
# getMethod( )

Retrieve payment method model

Retrieve payment method model

Returns

Mage_Payment_Model_Method_Abstract
public string
# toPdf( )

Render as PDF

Render as PDF

Returns

string
public array
# getChildPdfAsArray( )

Getter for children PDF, as array. Analogue of $this->getChildHtml()

Getter for children PDF, as array. Analogue of $this->getChildHtml()

Children must have toPdf() callable Known issue: not sorted

Returns

array
public array
# getSpecificInformation( )

Get some specific information in format of array($label => $value)

Get some specific information in format of array($label => $value)

Returns

array
public mixed
# getValueAsArray( mixed $value, boolean $escapeHtml = false )

Render the value as an array

Render the value as an array

Parameters

$value
mixed
$value
$escapeHtml
boolean
$escapeHtml

Returns

mixed
$array
public boolean
# getIsSecureMode( )

Check whether payment information should show up in secure mode true => only "public" payment information may be shown false => full information may be shown

Check whether payment information should show up in secure mode true => only "public" payment information may be shown false => full information may be shown

Returns

boolean
protected Varien_Object
# _prepareSpecificInformation( Varien_Object|array $transport = null )

Prepare information specific to current payment method

Prepare information specific to current payment method

Parameters

$transport
Varien_Object|array
$transport

Returns

Varien_Object
Methods inherited from Mage_Core_Block_Template
_getAllowSymlinks(), _toHtml(), assign(), fetchView(), getArea(), getBaseUrl(), getCacheKeyInfo(), getDirectOutput(), getJsUrl(), getObjectData(), getShowTemplateHints(), getTemplate(), getTemplateFile(), renderView(), setScriptPath(), setTemplate()
Methods inherited from Mage_Core_Block_Abstract
__(), _afterCacheUrl(), _afterToHtml(), _beforeCacheUrl(), _beforeChildToHtml(), _beforeToHtml(), _getChildHtml(), _getSidPlaceholder(), _getUrlModel(), _getUrlModelClass(), _loadCache(), _prepareLayout(), _saveCache(), addToChildGroup(), addToParentGroup(), append(), countChildren(), escapeHtml(), escapeUrl(), formatDate(), formatTime(), getAction(), getAnonSuffix(), getBlockAlias(), getBlockHtml(), getCacheKey(), 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()
Constants inherited from Mage_Core_Block_Template
XML_PATH_DEBUG_TEMPLATE_HINTS, XML_PATH_DEBUG_TEMPLATE_HINTS_BLOCKS, XML_PATH_TEMPLATE_ALLOW_SYMLINK
Constants inherited from Mage_Core_Block_Abstract
CACHE_GROUP
Properties summary
protected Varien_Object $_paymentSpecificInformation null
#

Payment rendered specific information

Payment rendered specific information

Properties inherited from Mage_Core_Block_Template
$_allowSymlinks, $_baseUrl, $_jsUrl, $_showTemplateHints, $_showTemplateHintsBlocks, $_template, $_viewDir, $_viewVars
Properties inherited from Mage_Core_Block_Abstract
$_alias, $_anonSuffix, $_childGroups, $_children, $_childrenHtmlCache, $_frameCloseTag, $_frameOpenTag, $_isAnonymous, $_layout, $_messagesBlock, $_nameInLayout, $_parent, $_parentBlock, $_request, $_sortInstructions, $_sortedChildren, $_urlModel
Magento 1.7.0.2 API documentation generated by ApiGen 2.8.0