Line 15... |
Line 15... |
15 |
class CollectionDao extends ColModele {
|
15 |
class CollectionDao extends ColModele {
|
16 |
const SERVICE_COLLECTION = 'CoelCollection';
|
16 |
const SERVICE_COLLECTION = 'CoelCollection';
|
17 |
const SERVICE_COLLECTION_A_PERSONNE = 'CoelCollectionAPersonne';
|
17 |
const SERVICE_COLLECTION_A_PERSONNE = 'CoelCollectionAPersonne';
|
18 |
const SERVICE_COLLECTION_A_PUBLICATION = 'CoelCollectionAPublication';
|
18 |
const SERVICE_COLLECTION_A_PUBLICATION = 'CoelCollectionAPublication';
|
19 |
const SERVICE_COLLECTION_A_COMMENTAIRE = 'CoelCollectionACommentaire';
|
19 |
const SERVICE_COLLECTION_A_COMMENTAIRE = 'CoelCollectionACommentaire';
|
- |
|
20 |
|
20 |
/**
|
21 |
/**
|
21 |
* Retourne l'ensemble des information sur une collection.
|
22 |
* Retourne l'ensemble des information sur une collection.
|
22 |
*
|
23 |
*
|
23 |
* @param integer l'id de la collection.
|
24 |
* @param integer l'id de la collection.
|
24 |
* @return array un tableau contenant les informations sur la collection.
|
25 |
* @return array un tableau contenant les informations sur la collection.
|