Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 880 Rev 903
Line 1... Line 1...
1
<?php
1
<?php
2
// ATTENTION ! Classe compatible uniquement avec nouveau format de bdd du cel //
-
 
3
 
-
 
4
/**
2
/**
5
* PHP Version 5
3
* PHP Version 5
6
*
4
*
7
* @category  PHP
5
* @category  PHP
8
* @package   papyrus_bp
6
* @package   papyrus_bp
Line 18... Line 16...
18
 * 
16
 * 
19
 * in=utf8
17
 * in=utf8
20
 * out=utf8
18
 * out=utf8
21
 * 
19
 * 
22
 */
20
 */
23
class imageProvider extends Cel {
21
class ImageProvider extends Cel {
Line 24... Line 22...
24
	
22
	
Line 25... Line 23...
25
	function getElement($uid){
23
	function getElement($uid){
26
	
24
	
Line 66... Line 64...
66
	private function estUneImageALaDemande() {
64
	private function estUneImageALaDemande() {
Line 67... Line 65...
67
		
65
		
Line 68... Line 66...
68
	}
66
	}
69
	
-
 
70
}
67
	
71
 
68
}