Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 97 Rev 156
Line 9... Line 9...
9
 * @category	php 5.2
9
 * @category	php 5.2
10
 * @author		Jean-Pascal MILCENT <jpm@tela-botanica.org>
10
 * @author		Jean-Pascal MILCENT <jpm@tela-botanica.org>
11
 * @copyright	2010 Tela-Botanica
11
 * @copyright	2010 Tela-Botanica
12
 * @license		http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
12
 * @license		http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
13
 * @license		http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
13
 * @license		http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
14
 * @version		SVN: $Id: Ontologie.php 97 2010-06-22 08:14:26Z jpm $
14
 * @version		SVN: $Id: Ontologie.php 156 2010-09-13 12:27:07Z jpm $
15
 *
15
 *
16
 */
16
 */
17
class Ontologie {
17
class Ontologie {
18
	public static $ontologie_liste = array();
18
	public static $ontologie_liste = array();
19
	public static $ontologie_valeur = array(); 
19
	public static $ontologie_valeur = array();