PHP Class AdminPageFrameworkLoader_Utility

显示文件 Open project: michaeluno/admin-page-framework Class Usage Examples

Public Methods

Method Description
isSilentMode ( ) : boolean Checks if the loader runs on the silent mode or not.
replyToShowRedirectError ( $iType, $sURL ) : void Caleld for upon a redirect failure.

Method Details

isSilentMode() public static method

Checks if the loader runs on the silent mode or not.
public static isSilentMode ( ) : boolean
return boolean

replyToShowRedirectError() public static method

Caleld for upon a redirect failure.
public static replyToShowRedirectError ( $iType, $sURL ) : void
return void