Source for file jIInstallReporter.iface.php
Documentation is available at jIInstallReporter.iface.php
- <?php
 
- /**
 
- * @package     jelix
 
- * @subpackage  installer
 
- * @author      Laurent Jouanneau
 
- * @copyright   2008-2009 Laurent Jouanneau
 
- * @link        http://jelix.org
 
- * @licence     GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html
 
- */
 
-  
 
- /**
 
- * interface for classes used as reporter for installation or check etc...
 
- * This classes are responsible to show informations to the user
 
- * @package     jelix
 
- * @subpackage  installer
 
- * @since 1.2
 
- */
 
- interface jIInstallReporter {
 
-  
 
-     /**
 
-      * start the process
 
-      */
 
-     function start();
 
-  
 
-     /**
 
-      * displays a message
 
-      * @param string $message the message to display
 
-      * @param string $type the type of the message : 'error', 'notice', 'warning', ''
 
-      */
 
-     function message($message, $type='');
 
-  
 
-     /**
 
-      * called when the installation is finished
 
-      * @param array $results an array which contains, for each type of message,
 
-      *  the number of messages
 
-      */
 
-     function end($results);
 
-  
 
- }
 
	
		Documentation generated on Wed, 04 Jan 2017 22:55:02 +0100 by phpDocumentor 1.4.3