Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2458 → Rev 2459

/trunk/jrest/bibliotheque/ChampEtendu.php
New file
0,0 → 1,23
<?php
/**
* PHP Version 5
*
* @category PHP
* @package jrest
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
* @copyright 2010 Tela-Botanica
* @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
* @version SVN: <svn_id>
* @link /doc/jrest/
*/
 
/**
* Classe conteneur servant à gérer les infos des champs étendus.
*
*/
class ChampEtendu {
public $id = '';
public $cle = '';
public $valeur = '';
}
?>