| 1 | <?php |
||
| 12 | class AdminPageFrameworkLoader_Utility { |
||
|
2 ignored issues
–
show
|
|||
| 13 | |||
| 14 | /** |
||
| 15 | * Checks if the loader runs on the silent mode or not. |
||
| 16 | * @return boolean |
||
| 17 | * @since DEVVER |
||
| 18 | */ |
||
| 19 | static public function isSilentMode() { |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Caleld for upon a redirect failure. |
||
| 25 | * @return void |
||
| 26 | * @since DEVVER |
||
| 27 | */ |
||
| 28 | static public function replyToShowRedirectError( $iType, $sURL ) { |
||
| 50 | |||
| 51 | |||
| 52 | |||
| 53 | } |
||
|
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.