Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 1292 Rev 1300
Line 369... Line 369...
369
		}
369
		}
370
		return $resultat_typeBio;
370
		return $resultat_typeBio;
371
	}
371
	}
Line 372... Line 372...
372
	
372
	
373
	public function classerPrimSecEnTypesSsTypes($types_prim_sec) {
373
	public function classerPrimSecEnTypesSsTypes($types_prim_sec) {
374
		$types_sstypes = '';
374
		$types_sstypes = [];
375
		foreach ($types_prim_sec as $cle => $tb) {
375
		foreach ($types_prim_sec as $cle => $tb) {
376
			$types_sstypes[$cle]= $this->separerTypes_SousTypes($tb, $cle);
376
			$types_sstypes[$cle]= $this->separerTypes_SousTypes($tb, $cle);
377
		}
377
		}
378
		switch (count($types_sstypes)) {
378
		switch (count($types_sstypes)) {