Class Mage_Install_Block_Db_Main
Database config installation block
-
Varien_Object
-
Mage_Core_Block_Abstract
-
Mage_Core_Block_Template
-
Mage_Install_Block_Db_Main
Methods summary
public
Mage_Install_Block_Db_Main
|
#
addDatabaseBlock( string $type, string $block, string $template )
Adding customized database block template for database model type
Adding customized database block template for database model type
Parameters
- $type
string $type database type
- $block
string $block database block type
- $template
string $template
Returns
|
public
boolean
|
#
getDatabaseBlock( string $type )
Retrieve database block by type
Retrieve database block by type
Parameters
- $type
string $type database model type
Returns
boolean | Mage_Core_Block_Template
|
public
array
|
|
public
Varien_Object
|
#
getFormData( )
Retrieve configuration form data object
Retrieve configuration form data object
Returns
Varien_Object
|
Methods inherited from Mage_Core_Block_Template
_construct(),
_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()
|
Properties summary
protected
array
|
$_databases
|
array() |
#
Array of Database blocks keyed by name
Array of Database blocks keyed by name
|
Properties inherited from Mage_Core_Block_Abstract
$_alias,
$_anonSuffix,
$_childGroups,
$_children,
$_childrenHtmlCache,
$_frameCloseTag,
$_frameOpenTag,
$_isAnonymous,
$_layout,
$_messagesBlock,
$_nameInLayout,
$_parent,
$_parentBlock,
$_request,
$_sortInstructions,
$_sortedChildren,
$_urlModel
|