Subversion Repositories eFlore/Applications.del

Rev

Rev 1737 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1737 Rev 1867
Line 1... Line 1...
1
<?php
1
<?php
-
 
2
// declare(encoding='UTF-8');
2
/**
3
/**
3
 * Le conteneur encapsule les classes servant aux scripts.
4
 * Le conteneur encapsule les classes servant aux scripts.
4
 * Il gère leur instanciation, ainsi que la récupération des paramètres depuis le fichier de configuration.
5
 * Il gère leur instanciation, ainsi que la récupération des paramètres depuis le fichier de configuration.
5
 *
6
 *
6
 * @category	DEL
7
 * @category   DEL
-
 
8
 * @package    Scripts
7
 * @package		Bibliotheque
9
 * @subpackage Bibliotheque
-
 
10
 * @author     Mathias CHOUET <mathias@tela-botanica.org>
8
 * @author		Jean-Pascal MILCENT <jpm@tela-botanica.org>
11
 * @author     Jean-Pascal MILCENT <jpm@tela-botanica.org>
9
 * @copyright	Copyright (c) 2014, Tela Botanica (accueil@tela-botanica.org)
12
 * @author     Aurelien PERONNET <aurelien@tela-botanica.org>
-
 
13
 * @license    GPL v3 <http://www.gnu.org/licenses/gpl.txt>
10
 * @license		CeCILL v2 http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt
14
 * @license    CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
11
 * @license		GNU-GPL http://www.gnu.org/licenses/gpl.html
15
 * @copyright  1999-2014 Tela Botanica <accueil@tela-botanica.org>
12
 */
16
 */
13
//TODO : initialiser tous les objets dans le conteneur
17
//TODO : initialiser tous les objets dans le conteneur
14
class Conteneur {
18
class Conteneur {
Line 15... Line 19...
15
 
19