1 | <?php |
||
5 | class PageWithImageFolder extends PageWithImage implements SeoInformationProvider { |
||
|
|||
6 | |||
7 | //static $allowed_children = array('PageWithImage', 'NearestPOIPage', 'OpenWeatherMapStationsPage','POIMapPage'); |
||
8 | |||
9 | |||
10 | |||
11 | public function getImagesForSeo() { |
||
22 | |||
23 | |||
24 | public function getLinksForSeo() { |
||
27 | |||
28 | } |
||
29 | |||
33 |
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.