1 | <?php |
||
19 | class AdminPageFrameworkLoader_AdminPage_Help_Tip extends AdminPageFrameworkLoader_AdminPage_Tab_ReadMeBase { |
||
2 ignored issues
–
show
|
|||
20 | |||
21 | /** |
||
22 | * Triggered when the tab is loaded. |
||
23 | */ |
||
24 | public function replyToLoadTab( $oAdminPage ) { |
||
53 | /** |
||
54 | * @return string |
||
55 | */ |
||
56 | private function getReadMeContents() { |
||
64 | |||
65 | } |
||
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.