| 1 | <?php |
||
| 4 | class EcommerceDashboardPanel_IncompletePayments extends EcommerceDashboardPanel |
||
|
|
|||
| 5 | { |
||
| 6 | private static $icon = "ecommerce_dashboard/images/icons/EcommerceDashboardPanel_IncompletePayments.png"; |
||
| 7 | |||
| 8 | public function getLabelPrefix() |
||
| 12 | |||
| 13 | public function getConfiguration() |
||
| 19 | |||
| 20 | public function Content() |
||
| 34 | |||
| 35 | protected function calculateOnDaysback($daysBack) |
||
| 56 | |||
| 57 | protected function formatContentSection($daysBack, $data) |
||
| 74 | |||
| 75 | } |
||
| 76 |
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.