Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 188 Rev 207
Line 3... Line 3...
3
 
3
 
4
	private $nomDecorateur = null;
4
	private $nomDecorateur = null;
5
	private $rang = null;
5
	private $rang = null;
6
	private $bdd = null;
6
	private $bdd = null;
-
 
7
	private $ontologieHrefTpl = null;
-
 
8
	protected $correspondances = array(
-
 
9
		'rang' => 'Intitule',
-
 
10
		'rang.code' => 'Code',
-
 
11
		'rang.href' => 'Href',
Line 7... Line 12...
7
	private $ontologieHrefTpl = null;
12
		'rang.*' => 'Intitule,Code,Href');
8
 
13
 
9
	public function __construct(NomDecorateur $nomDecorateur, Bdd $bdd = null, $ontologieHrefTpl) {
14
	public function __construct(NomDecorateur $nomDecorateur, Bdd $bdd = null, $ontologieHrefTpl) {
10
		$this->nomDecorateur = $nomDecorateur;
15
		$this->nomDecorateur = $nomDecorateur;