Subversion Repositories Applications.framework

Rev

Rev 467 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 467 Rev 476
Line 1... Line 1...
1
<?php
1
<?php
2
// declare(encoding='UTF-8');
2
// declare(encoding='UTF-8');
3
/**
3
/**
4
 * Classe fournissant des informations au Framework sur l'application.
4
 * Classe fournissant des informations au Framework sur l'application.
5
 *
5
 *
6
 * PHP version 5
-
 
7
 *
-
 
8
 * @category Debogage
6
 * @category	PHP 5.2
9
 * @package Framework
7
 * @package		Framework
10
 // Auteur principal :
-
 
11
 * @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
8
 * @author		Jean-Pascal MILCENT <jpm@tela-botanica.org>
12
 // Autres auteurs :
9
 * @copyright	Copyright (c) 2009, Tela Botanica (accueil@tela-botanica.org)
13
 * @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
10
 * @license		GNU-GPL-v3 <http://www.gnu.org/licenses/gpl.html>
14
 * @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
11
 * @license		CECILL-v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt>
15
 * @version $Id: Application.php 456 2014-02-06 11:07:43Z jpm $
-
 
16
 * @copyright 1999-2009 Tela Botanica (accueil@tela-botanica.org)
-
 
17
 */
12
 */
18
class Application {
13
class Application {
Line 19... Line 14...
19
 
14
 
20
	/**
15
	/**