Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 951 Rev 1300
Line 21... Line 21...
21
	const MIME_JSON = 'application/json';
21
	const MIME_JSON = 'application/json';
22
	const PRESENCE_CHOROLOGIE = '1';
22
	const PRESENCE_CHOROLOGIE = '1';
Line 23... Line 23...
23
 
23
 
24
	private $formatsSupportes = array(self::MIME_JSON);
24
	private $formatsSupportes = array(self::MIME_JSON);
25
	private $tableOntologie = '';
25
	private $tableOntologie = '';
26
	private $ontologies = '';
26
	private $ontologies = [];
Line 27... Line 27...
27
	private $legende = array();
27
	private $legende = array();
28
 
28
 
29
	public function __construct(Conteneur $conteneur) {
29
	public function __construct(Conteneur $conteneur) {