Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 195 Rev 203
Line 6... Line 6...
6
	private $listeUrl = 'http://localhost/service:eflore:0.1/fournier/noms';
6
	private $listeUrl = 'http://localhost/service:eflore:0.1/fournier/noms';
7
	private $nomDetailSqueletteUrl = 'http://localhost/service:eflore:0.1/fournier/noms/%s';
7
	private $nomDetailSqueletteUrl = 'http://localhost/service:eflore:0.1/fournier/noms/%s';
8
	private $nbreNom = 168;
8
	private $nbreNom = 168;
Line 9... Line 9...
9
 
9
 
10
	public function __construct() {
10
	public function __construct() {
11
		self::$projet = 'fournier';
11
		$this->projet = 'fournier';
12
		$this->service = 'noms';
12
		$this->service = 'noms';
13
		$this->classeTestee = 'NomsListe';
13
		$this->classeTestee = 'NomsListeFournier';
14
	}
14
	}
15
	public function initialiserService(NomsListe $service) {
15
	public function initialiserService(NomsListe $service) {
16
		$service->setDetailsHrefTpl($this->nomDetailSqueletteUrl);
16
		$service->setDetailsHrefTpl($this->nomDetailSqueletteUrl);
17
		$service->setListeUrl($this->listeUrl);
17
		$service->setListeUrl($this->listeUrl);