Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 174 Rev 277
Line 9... Line 9...
9
 * @category	PHP 5.2
9
 * @category	PHP 5.2
10
 * @package		Collection
10
 * @package		Collection
11
 * @author		Jean-Pascal MILCENT <jpm@tela-botanica.org>
11
 * @author		Jean-Pascal MILCENT <jpm@tela-botanica.org>
12
 * @copyright	2010 Tela-Botanica
12
 * @copyright	2010 Tela-Botanica
13
 * @license		GPL-v3 et CECILL-v2
13
 * @license		GPL-v3 et CECILL-v2
14
 * @version		$Id: AppControleur.php 174 2013-11-12 15:13:06Z raphael $
14
 * @version		$Id: AppControleur.php 277 2016-12-29 13:43:33Z mathias $
15
 */
15
 */
Line 16... Line 16...
16
 
16
 
Line 17... Line 17...
17
class AppControleur extends Controleur {
17
class AppControleur extends Controleur {
Line 177... Line 177...
177
		if (Config::get('sortie_encodage') != Config::get('appli_encodage')) {
177
		if (Config::get('sortie_encodage') != Config::get('appli_encodage')) {
178
			$sortie = mb_convert_encoding($sortie, Config::get('sortie_encodage'), Config::get('appli_encodage'));
178
			$sortie = mb_convert_encoding($sortie, Config::get('sortie_encodage'), Config::get('appli_encodage'));
179
		}
179
		}
180
		return $sortie;
180
		return $sortie;
181
	}
181
	}
-
 
182
 
-
 
183
	/**
-
 
184
	 * Retourne le nom du module en cours (défini par GET ou par la config),
-
 
185
	 * pour l'intégration Wordpress notamment
-
 
186
	 */
-
 
187
	public static function getModule() {
-
 
188
		return self::$parametres['module'];
-
 
189
	}
Line 182... Line 190...
182
	
190
	
183
	/**
191
	/**
184
	 * Retourne les chronos pris dans l'appli 
192
	 * Retourne les chronos pris dans l'appli 
185
	 */
193
	 */