Subversion Repositories Applications.framework

Rev

Rev 105 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 105 Rev 120
Line 9... Line 9...
9
* @package   Framework
9
* @package   Framework
10
* @author    Jean-Pascal Milcent <jpm@tela-botanica.org>
10
* @author    Jean-Pascal Milcent <jpm@tela-botanica.org>
11
* @copyright 2009 Tela-Botanica
11
* @copyright 2009 Tela-Botanica
12
* @license   http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL  
12
* @license   http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
13
* @license   http://www.gnu.org/licenses/gpl.html Licence GNU-GPL  
13
* @license   http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
14
* @version   SVN: $$Id: GestionnaireErreur.php 105 2009-08-31 15:25:05Z aurelien $$ 
14
* @version   SVN: $$Id: GestionnaireErreur.php 120 2009-09-01 12:21:14Z aurelien $$
15
* @link      /doc/framework/ 
15
* @link      /doc/framework/
16
* 
16
*
17
*/
17
*/
18
class GestionnaireErreur
18
class GestionnaireErreur
19
{
19
{
Line 62... Line 62...
62
	{
62
	{
63
		$this->mode = php_sapi_name();
63
		$this->mode = php_sapi_name();
64
		$this->erreurs = array();
64
		$this->erreurs = array();
65
		$this->setContexte($contexte);
65
		$this->setContexte($contexte);
66
		$this->niveau_erreur_courant = 2048 ;
66
		$this->niveau_erreur_courant = 2048 ;
67
		set_error_handler(array(&$this, 'gererErreur'));
67
		//set_error_handler(array(&$this, 'gererErreur'));
68
	}
68
	}
Line 69... Line 69...
69
	
69
 
70
	/**
70
	/**
71
	 * Fonction d'accès au singleton
71
	 * Fonction d'accès au singleton