Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 393 | Rev 538 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 393 Rev 536
Line 12... Line 12...
12
* @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
12
* @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
13
* @version 1.0
13
* @version 1.0
14
* @copyright 1999-2011 Tela Botanica (accueil@tela-botanica.org)
14
* @copyright 1999-2011 Tela Botanica (accueil@tela-botanica.org)
15
*/
15
*/
16
// TODO : Config et Outils sont des classes statiques qui doivent poser des pb pour les tests...
16
// TODO : Config et Outils sont des classes statiques qui doivent poser des pb pour les tests...
17
class Images {
17
class Images extends Commun {
Line 18... Line 18...
18
 
18
 
19
	private $parametres = array();
19
	protected $parametres = array();
20
	private $ressources = array();
20
	protected $ressources = array();
Line 21... Line 21...
21
	private $Bdd;
21
	private $Bdd;
22
 
22
 
23
	const CODE_REFTAX_DEFAUT = 'bdtfx';
23
	const CODE_REFTAX_DEFAUT = 'bdtfx';