1 | <?php |
||
11 | class Mygento_Yandexdelivery_Block_Version extends Mage_Adminhtml_Block_Abstract implements Varien_Data_Form_Element_Renderer_Interface |
||
|
|||
12 | { |
||
13 | |||
14 | /** |
||
15 | * |
||
16 | * @param Varien_Data_Form_Element_Abstract $element |
||
17 | * @return string |
||
18 | * |
||
19 | * @SuppressWarnings("unused") |
||
20 | */ |
||
21 | public function render(Varien_Data_Form_Element_Abstract $element) |
||
28 | } |
||
29 |
You can fix this by adding a namespace to your class:
When choosing a vendor namespace, try to pick something that is not too generic to avoid conflicts with other libraries.