1 | <?php |
||
3 | class Mygento_Geoip_Block_Version extends Mage_Adminhtml_Block_Abstract implements Varien_Data_Form_Element_Renderer_Interface |
||
4 | { |
||
5 | |||
6 | /** |
||
7 | * |
||
8 | * @param Varien_Data_Form_Element_Abstract $element |
||
9 | * @return string |
||
10 | * |
||
11 | * @SuppressWarnings("unused") |
||
12 | */ |
||
13 | public function render(Varien_Data_Form_Element_Abstract $element) |
||
19 | } |
||
20 |