Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1866 → Rev 1867

/trunk/scripts/modules/commentaires/Commentaires.php
1,16 → 1,18
<?php
//declare(encoding='UTF-8');
/**
* Exemple de lancement du script : :
* /opt/lampp/bin/php cli.php commentaires -a alerteMail
* Envoie les alertes par email sur les commentaires ajoutées dans DEL.
* Utilisation : <code>/opt/lampp/bin/php cli.php commentaires -a alerteMail</code>
*
* @category php 5.4
* @package DEL
* @subpackage Scripts
* @author Aurélien PERONNET <aurelien@tela-botanica.org>
* @copyright Copyright (c) 2012, Tela Botanica (accueil@tela-botanica.org)
* @license CeCILL v2 http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt
* @license GNU-GPL http://www.gnu.org/licenses/gpl.html
* @category DEL
* @package Scripts
* @subpackage Commentaires
* @author Mathias CHOUET <mathias@tela-botanica.org>
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
* @author Aurelien PERONNET <aurelien@tela-botanica.org>
* @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
* @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
* @copyright 1999-2014 Tela Botanica <accueil@tela-botanica.org>
*/
class Commentaires extends DelScript {
 
42,5 → 44,4
$conteneur = new Conteneur($this->parametres);
return new $classe($conteneur);
}
}
?>
}