| Line 7... |
Line 7... |
| 7 |
* @category php 5.2
|
7 |
* @category php 5.2
|
| 8 |
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
8 |
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
| 9 |
* @copyright 2010 Tela-Botanica
|
9 |
* @copyright 2010 Tela-Botanica
|
| 10 |
* @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
|
10 |
* @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
|
| 11 |
* @license http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
|
11 |
* @license http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
|
| 12 |
* @version SVN: $Id$
|
12 |
* @version SVN: $Id: StructureDao.php 22 2010-03-30 10:50:03Z jpm $
|
| 13 |
*
|
13 |
*
|
| 14 |
*/
|
14 |
*/
|
| 15 |
class StructureDao extends ColModele {
|
15 |
class StructureDao extends ColModele {
|
| 16 |
const SERVICE_STRUCTURE = 'CoelStructure';
|
16 |
const SERVICE_STRUCTURE = 'CoelStructure';
|
| 17 |
const SERVICE_STRUCTURE_A_PERSONNE = 'CoelStructureAPersonne';
|
17 |
const SERVICE_STRUCTURE_A_PERSONNE = 'CoelStructureAPersonne';
|