Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 967 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 967 Rev 1300
Line 26... Line 26...
26
	private $champs_ontologiques = array();
26
	private $champs_ontologiques = array();
27
	private $format_reponse = 'informations';
27
	private $format_reponse = 'informations';
28
	protected $serviceNom = 'informations';
28
	protected $serviceNom = 'informations';
29
	private $retour_format = 'max';
29
	private $retour_format = 'max';
30
	private $Bdd;
30
	private $Bdd;
31
	private $requete_condition = "";
31
	private $requete_condition = [];
32
	private $champs_recherches = '*';
32
	private $champs_recherches = '*';
Line 33... Line 33...
33
	
33
	
34
	public function consulter($ressources, $parametres) {
34
	public function consulter($ressources, $parametres) {
35
		$this->ressources = $ressources;
35
		$this->ressources = $ressources;