X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fclasses%2Finterfaces%2Fapplication%2Fclass_ManageableApplication.php;h=ec0e2b651cf62c89c01d3fbe75d9720d3844a433;hb=c59dccf46c5d0e3b7f2687370b2b15023b1ecdfe;hp=5bb3dac1bba97009a9d59ae746943e404093bb3d;hpb=abf16d32ec958056081447ee783d6d70005838f9;p=hub.git diff --git a/inc/classes/interfaces/application/class_ManageableApplication.php b/inc/classes/interfaces/application/class_ManageableApplication.php index 5bb3dac1b..ec0e2b651 100644 --- a/inc/classes/interfaces/application/class_ManageableApplication.php +++ b/inc/classes/interfaces/application/class_ManageableApplication.php @@ -7,11 +7,11 @@ * - Usage statistics * - And many more... * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.ship-simu.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -84,6 +84,15 @@ interface ManageableApplication extends FrameworkInterface { * @return void */ function entryPoint (); + + /** + * Handle the indexed array of fatal messages and puts them out in an + * acceptable fasion + * + * @param $messageList An array of fatal messages + * @return void + */ + function handleFatalMessages (array $messageList); } // [EOF]