Public Attributes | |
const | CACHE_TAG = 'cms_block' |
Protected Member Functions | |
_construct () | |
Protected Attributes | |
$_cacheTag = 'cms_block' |
Definition at line 35 of file Block.php.
_construct | ( | ) | [protected] |
Enter description here...
Reimplemented from Varien_Object.
Definition at line 40 of file Block.php.
00041 { 00042 $this->_init('cms/block'); 00043 }
$_cacheTag = 'cms_block' [protected] |