Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 206 Rev 213
Line 8... Line 8...
8
	private $nbreNom = 168;
8
	private $nbreNom = 168;
Line 9... Line 9...
9
 
9
 
10
	public function __construct() {
10
	public function __construct() {
11
		$this->projet = 'fournier';
11
		$this->projet = 'fournier';
12
		$this->service = 'noms';
-
 
13
		$this->classeTestee = 'NomsListeGenerique';
-
 
14
	}
-
 
15
	public function initialiserService(NomsListe $service) {
-
 
16
		$service->setDetailsHrefTpl($this->nomDetailSqueletteUrl);
-
 
17
		$service->setListeUrl($this->listeUrl);
12
		$this->service = 'noms';
Line 18... Line 13...
18
	}
13
	}
19
 
14
 
20
	public function testSansParametres() {
15
	public function testSansParametres() {