| 1 | <?php |
||
| 10 | class TemplateoverviewPageExtension extends Extension |
||
|
|
|||
| 11 | { |
||
| 12 | protected $templateList = null; |
||
| 13 | |||
| 14 | |||
| 15 | public function IncludeTemplateoverviewDevelopmentFooter() |
||
| 24 | |||
| 25 | public function NextTemplateoverviewPage() |
||
| 40 | |||
| 41 | public function PrevTemplateoverviewPage() |
||
| 57 | |||
| 58 | public function TemplateList() |
||
| 68 | |||
| 69 | public function TemplateDescriptionForThisClass() |
||
| 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.