| 1 | <?php |
||
| 3 | class EcommerceDashboardPanel_OrderStep extends EcommerceDashboardPanel |
||
|
|
|||
| 4 | { |
||
| 5 | private static $icon = "ecommerce_dashboard/images/icons/EcommerceDashboardPanel_OrderStep.png"; |
||
| 6 | |||
| 7 | public function getLabelPrefix() |
||
| 11 | |||
| 12 | public function getConfiguration() |
||
| 18 | |||
| 19 | public function Content() |
||
| 40 | |||
| 41 | public function onBeforeWrite() |
||
| 46 | } |
||
| 47 |
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.