| Total Complexity | 4 | 
| Total Lines | 34 | 
| Duplicated Lines | 0 % | 
| Coverage | 0% | 
| Changes | 0 | ||
| 1 | <?php | ||
| 12 | class AdminPageFrameworkLoader_Utility { | ||
| 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() { | ||
| 20 | return defined( 'APFL_SILENT_MODE' ) && APFL_SILENT_MODE; | ||
|  | |||
| 21 | } | ||
| 22 | |||
| 23 | /** | ||
| 24 | * Caleld for upon a redirect failure. | ||
| 25 | * @return void | ||
| 26 | * @since DEVVER | ||
| 27 | */ | ||
| 28 |     static public function replyToShowRedirectError( $iType, $sURL ) { | ||
| 46 | ) | ||
| 47 | ); | ||
| 54 |