| 1 | <?php |
||
| 12 | class AdminPageFrameworkLoader_NetworkAdmin extends AdminPageFramework_NetworkAdmin { |
||
|
2 ignored issues
–
show
|
|||
| 13 | |||
| 14 | /** |
||
| 15 | * User constructor. |
||
| 16 | * |
||
| 17 | * @since 3.5.0 |
||
| 18 | */ |
||
| 19 | public function start() { |
||
| 47 | |||
| 48 | /** |
||
| 49 | * Sets up admin pages. |
||
| 50 | * |
||
| 51 | * @since 3.5.0 |
||
| 52 | */ |
||
| 53 | public function setUp() { |
||
| 64 | |||
| 65 | /** |
||
| 66 | * Returns the switch link of the demo pages. |
||
| 67 | */ |
||
| 68 | private function _getDemoSwitcherLink( $mOptions=array() ) { |
||
| 83 | |||
| 84 | } |
||
|
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.