Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 207 Rev 208
Line 7... Line 7...
7
	private $champsProjet = array();
7
	private $champsProjet = array();
8
	private $champsRetour = null;
8
	private $champsRetour = null;
9
	private $detailsHrefTpl = null;
9
	private $detailsHrefTpl = null;
10
	private $ontologieHrefTpl = null;
10
	private $ontologieHrefTpl = null;
Line 11... Line 11...
11
 
11
 
12
	public function __construct(NomDO $nomDO) {
12
	public function setNomAFormater(NomDO $nomDO) {
13
		$this->nomAFormater = $nomDO;
13
		$this->nomAFormater = $nomDO;
Line 14... Line 14...
14
	}
14
	}
15
 
15