Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 1175 Rev 1285
Line 28... Line 28...
28
	private $format_reponse = 'informations';
28
	private $format_reponse = 'informations';
29
	private $retour_format = 'max';
29
	private $retour_format = 'max';
30
	private $champs_ontologiques = array();
30
	private $champs_ontologiques = array();
31
	protected $serviceNom = 'informations';
31
	protected $serviceNom = 'informations';
32
	private $Bdd;
32
	private $Bdd;
33
	private $requete_condition = "";
33
	private $requete_condition = [];
34
	private $champs_recherches = '*';
34
	private $champs_recherches = '*';
35
	private $resultat_json;
35
	private $resultat_json;
36
	private $nb_ressources;
36
	private $nb_ressources;
37
	protected $limite_requete = array( 'depart' => 0, 'limite' => 10);
37
	protected $limite_requete = array( 'depart' => 0, 'limite' => 10);