Base Content Block class
For block generation you must define Data source class, data source class method, parameters array and block template
Located in /Core/Block/Abstract.php (line 38)
Varien_Object | --Mage_Core_Block_Abstract
Class | Description |
---|---|
Mage_Paypal_Block_Standard_Redirect | Magento |
Mage_Adminhtml_Block_Urlrewrite_Link | Label & link block |
Mage_Cms_Block_Block | Cms block content block |
Mage_Cms_Block_Page | Cms page content block |
Mage_CatalogSearch_Block_Autocomplete | Autocomplete queries list |
Mage_Catalog_Block_Product_Price_Template | Catalog Product Price Template Block |
Mage_Customer_Block_Address_Renderer_Default | Address format renderer default |
Mage_Rule_Block_Editable | Magento |
Mage_Rule_Block_Newchild | Magento |
Mage_Rule_Block_Rule | Magento |
Mage_Page_Block_Html_Wrapper | A generic wrapper block that renders its children and supports a few parameters of the wrapper HTML-element |
Mage_Core_Block_Profiler | Magento |
Mage_Core_Block_Flush | Immediate flush block. To be used only as root |
Mage_Core_Block_Text | Base html block |
Mage_Core_Block_Template | Base html block |
Mage_Core_Block_Html_Select | HTML select element block |
Short alias of this block to be refered from parent
Suffix for name of anonymous block
Arbitrary groups of child blocks
Contains references to child block objects
Children blocks HTML cache array
Block html frame close tag
Block html frame open tag
Whether this block was not explicitly named
Parent layout of the block
Messages block instance
Block name in layout
Parent block
Parent block
Request object
Sorted children list
Make sure specified block will be registered in the specified child groups
Add self to the specified group of parent block
Get chilren blocks count
Escape html entities
Escape html entities in url
Retrieve formating date
Retrieve formating time
Retrieve current action object
Retrieve block html
Get Key for caching block content
Get cache key informative items Provide string array key to share specific info item with FPC placeholder
Get block cache life time
Get tags array for saving cache
Retrieve child block by name
Get a value from child block by specified key
Get a group of child blocks
Returns an array of <alias> => <block> or an array of <alias> => <callback_result> The callback currently supports only $this methods and passes the alias as parameter
Retrieve child block HTML
Enter description here...
Check if block is using auto generated (Anonymous) name
Retrieve messages block
Retrieve module name of block
Alias for getName method.
Retrieve url of skins file
Obtain sorted child blocks
Generate url by route and parameters
Generate base64-encoded url by route and parameters
Generate url-encoded url by route and parameters
Enter description here...
Insert child block
Escape quotes in java scripts
Set block attribute value
Wrapper for method "setData"
Specify block output frame tags
Set block's name in layout and unsets previous link if such exists.
Wrapper for standart strip_tags() function with extra functionality for html entities
Produce and return block's html output
It is a final method, but you can override _toHmtl() method in descendants if needed
Call a child and unset it, if callback matched result
$params will pass to child callback $params may be array, if called from layout with elements with same name, for example: ...<foo>value_1</foo><foo>value_2</foo><foo>value_3</foo>
Or, if called like this: ...<foo>value_1</foo><bar>value_2</bar><baz>value_3</baz>
Unset child block
Replace URLs from cache
Processing block html after rendering
Prepare url for save to cache
Prepare child block before generate html
Before rendering html, but after trying to load cache
Internal constructor, that is called from real constructor
Please override this one instead of overriding real __construct constructor
Retrieve child block HTML
Enter description here...
Load block html from cache storage
Preparing global layout
You can redefine this method in child classes for changin layout
Save block content to cache storage
Override this method in descendants to produce html
Translate block sentence
Documentation generated on Fri, 11 Feb 2011 16:55:33 +0200 by phpDocumentor 1.4.3