* @copyright 2010 Tela-Botanica * @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL * @version SVN: * @link /doc/jrest/ */ /** * Classe conteneur servant à gérer les infos des champs étendus. * */ class ChampEtendu { public $id = ''; public $cle = ''; public $label = ''; public $valeur = ''; } ?>