Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 957 | Rev 979 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 957 Rev 965
Line 139... Line 139...
139
			}
139
			}
140
		}
140
		}
141
		return $chaine;
141
		return $chaine;
142
	}
142
	}
Line -... Line 143...
-
 
143
	
-
 
144
	public function getUrlWikipedia() {
-
 
145
		if(!isset($this->donnees['wp'])) {
-
 
146
			$this->getWikipedia();
-
 
147
		}
-
 
148
		return $this->donnees['wp'];
-
 
149
	}
143
 
150
 
144
	public function getWikipedia() {
151
	public function getWikipedia() {
145
		$wp = array();
152
		$wp = array();
146
		$this->textes->setProjet('wikipedia');
153
		$this->textes->setProjet('wikipedia');
147
		$this->textes->setId($this->getIdWp());
154
		$this->textes->setId($this->getIdWp());