1 | <?php |
||
17 | class AdminPageFrameworkLoader_AdminPage_Help_Example extends AdminPageFrameworkLoader_AdminPage_Tab_ReadMeBase { |
||
2 ignored issues
–
show
|
|||
18 | |||
19 | /** |
||
20 | * Triggered when the tab is loaded. |
||
21 | */ |
||
22 | public function replyToLoadTab( $oAdminPage ) { |
||
52 | /** |
||
53 | * @return string |
||
54 | */ |
||
55 | private function getReadMeContents() { |
||
62 | |||
63 | } |
||
1 ignored issue
–
show
|
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.