1 | <?php |
||
10 | class Mygento_Payture_Block_Version extends Mage_Adminhtml_Block_Abstract implements Varien_Data_Form_Element_Renderer_Interface |
||
11 | { |
||
12 | |||
13 | /** |
||
14 | * |
||
15 | * @param Varien_Data_Form_Element_Abstract $element |
||
16 | * @return string |
||
17 | * |
||
18 | * @SuppressWarnings("unused") |
||
19 | */ |
||
20 | public function render(Varien_Data_Form_Element_Abstract $element) |
||
26 | } |
||
27 |