Subversion Repositories eFlore/Applications.del

Compare Revisions

Regard whitespace Rev 1812 → Rev 1815

/trunk/services/bibliotheque/GestionUtilisateur.php
1,10 → 1,11
<?php
// declare(encoding='UTF-8');
/**
* Contient les méthodes permettant d'identifier l'utilisateur de l'application DEL.
*
* @category DEL
* @package Services
* @subpackage Bibliotheque
* @package Bibliotheque
* @version 0.1
* @author Mathias CHOUET <mathias@tela-botanica.org>
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
/trunk/services/bibliotheque/ControleAcces.php
1,4 → 1,5
<?php
// declare(encoding='UTF-8');
/**
* Classe de controle d'accès aux services de DEL.
*
7,6 → 8,7
* - de déterminer les droits des utilisateurs
*
* @category DEL
* @package Services
* @package Bibliotheque
* @version 0.1
* @author Mathias CHOUET <mathias@tela-botanica.org>
/trunk/services/bibliotheque/EnteteHttp.php
1,10 → 1,11
<?php
// declare(encoding='UTF-8');
/**
* Classe contenant le contenu par défaut de l'entête d'une réponse http par défaut.
*
* @category DEL
* @package Services
* @subpackage Bibliotheque
* @package Bibliotheque
* @version 0.1
* @author Mathias CHOUET <mathias@tela-botanica.org>
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
/trunk/services/bibliotheque/ResultatService.php
1,10 → 1,11
<?php
// declare(encoding='UTF-8');
/**
* Classe contenant seulement le résultat d'un service.
*
* @category DEL
* @package Services
* @subpackage Bibliotheque
* @package Bibliotheque
* @version 0.1
* @author Mathias CHOUET <mathias@tela-botanica.org>
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
/trunk/services/bibliotheque/Contexte.php
5,7 → 5,7
*
* @category DEL
* @package Services
* @subpackage Bibliotheque
* @package Bibliotheque
* @version 0.1
* @author Mathias CHOUET <mathias@tela-botanica.org>
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
/trunk/services/bibliotheque/ReponseHttp.php
1,4 → 1,5
<?php
// declare(encoding='UTF-8');
/**
* Classe créant la réponse HTTP pour les services de DEL.
*
6,7 → 7,7
*
* @category DEL
* @package Services
* @subpackage Bibliotheque
* @package Bibliotheque
* @version 0.1
* @author Mathias CHOUET <mathias@tela-botanica.org>
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
/trunk/services/bibliotheque/Navigation.php
5,7 → 5,7
*
* @category DEL
* @package Services
* @subpackage Bibliotheque
* @package Bibliotheque
* @version 0.1
* @author Mathias CHOUET <mathias@tela-botanica.org>
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
/trunk/services/bibliotheque/Outils.php
1,4 → 1,5
<?php
// declare(encoding='UTF-8');
/**
* Classe contenant des méthodes utilitaires.
*
8,7 → 9,7
*
* @category DEL
* @package Services
* @subpackage Bibliotheque
* @package Bibliotheque
* @version 0.1
* @author Mathias CHOUET <mathias@tela-botanica.org>
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
/trunk/services/bibliotheque/Conteneur.php
5,6 → 5,7
* les fichiers de configuration
*
* @category DEL
* @package Services
* @package Bibliotheque
* @version 0.1
* @author Mathias CHOUET <mathias@tela-botanica.org>