Subversion Repositories eFlore/Applications.del

Rev

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

Rev 540 Rev 543
Line 209... Line 209...
209
		
209
		
210
		return $code;
210
		return $code;
Line 211... Line 211...
211
	}
211
	}
212
	
212
	
213
	private function getTableauCorrespondanceDepartement() {
213
	private function getTableauCorrespondanceDepartement() {
Line 214... Line 214...
214
		return json_decode(file_get_contents(realpath(dirname(__FILE__)).'/departementsmock.json'));
214
		return json_decode(file_get_contents(realpath(dirname(__FILE__)).'/mocks/departementsmock.json'));
Line 215... Line 215...
215
	}
215
	}
Line 271... Line 271...
271
			return ($votes_a > $votes_b) ? -1 : 1;
271
			return ($votes_a > $votes_b) ? -1 : 1;
272
		}
272
		}
273
	}
273
	}
Line 274... Line 274...
274
	
274
	
275
	private function obtenirImagesAvecObservations() {
275
	private function obtenirImagesAvecObservations() {
276
		return json_decode(file_get_contents(realpath(dirname(__FILE__)).'/imagesmock.json'));
276
		return json_decode(file_get_contents(realpath(dirname(__FILE__)).'/mocks/imagesmock.json'));
277
	}
277
	}
278
}
278
}
279
?>
279
?>