Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 274 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 274 Rev 536
Line 10... Line 10...
10
* @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
10
* @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
11
* @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
11
* @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
12
* @version 1.0
12
* @version 1.0
13
* @copyright 1999-2012 Tela Botanica (accueil@tela-botanica.org)
13
* @copyright 1999-2012 Tela Botanica (accueil@tela-botanica.org)
14
*/
14
*/
15
class Textes {
15
class Textes extends Commun{
Line 16... Line 16...
16
 
16
 
17
	private $parametres = array();
17
	protected $parametres = array();
-
 
18
	protected $ressources = array();
Line 18... Line 19...
18
	private $ressources = array();
19
	protected $service = 'textes';
19
 
20
 
20
	public function consulter($ressources, $parametres) {
21
	public function consulter($ressources, $parametres) {