| 1 | <?php |
||
| 17 | class Steverobbins_Slack_Block_Adminhtml_System_Config_Channels |
||
| 18 | extends Mage_Adminhtml_Block_System_Config_Form_Field |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * Set template to itself |
||
| 22 | * |
||
| 23 | * @return Steverobbins_Slack_Block_Adminhtml_System_Config_Channels |
||
| 24 | */ |
||
| 25 | protected function _prepareLayout() |
||
| 33 | |||
| 34 | /** |
||
| 35 | * Renderm html |
||
| 36 | * |
||
| 37 | * @param Varien_Data_Form_Element_Abstract $element |
||
| 38 | * |
||
| 39 | * @return string |
||
| 40 | */ |
||
| 41 | protected function _getElementHtml(Varien_Data_Form_Element_Abstract $element) |
||
| 52 | } |
||
| 53 |