| Line 2... |
Line 2... |
| 2 |
// declare(encoding='UTF-8');
|
2 |
// declare(encoding='UTF-8');
|
| 3 |
/**
|
3 |
/**
|
| 4 |
* Le conteneur encapsule l'instanciation des classes ainsi que la récupération des paramètres depuis l'url ou
|
4 |
* Le conteneur encapsule l'instanciation des classes ainsi que la récupération des paramètres depuis l'url ou
|
| 5 |
* les fichiers de configuration
|
5 |
* les fichiers de configuration
|
| 6 |
*
|
6 |
*
|
| 7 |
* @category DEL
|
7 |
* @category DEL
|
| - |
|
8 |
* @package Services
|
| 8 |
* @package Bibliotheque
|
9 |
* @package Bibliotheque
|
| 9 |
* @version 0.1
|
10 |
* @version 0.1
|
| 10 |
* @author Mathias CHOUET <mathias@tela-botanica.org>
|
11 |
* @author Mathias CHOUET <mathias@tela-botanica.org>
|
| 11 |
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
12 |
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
| 12 |
* @author Aurelien PERONNET <aurelien@tela-botanica.org>
|
13 |
* @author Aurelien PERONNET <aurelien@tela-botanica.org>
|
| 13 |
* @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
|
14 |
* @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
|
| 14 |
* @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
|
15 |
* @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
|
| 15 |
* @copyright 1999-2014 Tela Botanica <accueil@tela-botanica.org>
|
16 |
* @copyright 1999-2014 Tela Botanica <accueil@tela-botanica.org>
|
| 16 |
*/
|
17 |
*/
|
| 17 |
//TODO : initialiser tous les objets dans le conteneur
|
18 |
//TODO : initialiser tous les objets dans le conteneur
|
| 18 |
//TODO : créer un tableau de partage
|
19 |
//TODO : créer un tableau de partage
|
| 19 |
class Conteneur {
|
20 |
class Conteneur {
|