Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 39 Rev 52
Line 156... Line 156...
156
			$sortie = mb_convert_encoding($sortie, Config::get('sortie_encodage'), Config::get('appli_encodage'));
156
			$sortie = mb_convert_encoding($sortie, Config::get('sortie_encodage'), Config::get('appli_encodage'));
157
		}
157
		}
158
		return $sortie;
158
		return $sortie;
159
	}
159
	}
Line -... Line 160...
-
 
160
	
-
 
161
	/**
-
 
162
	 * Retourne les chronos pris dans l'appli 
-
 
163
	 */
-
 
164
	public static function getChrono() {
-
 
165
		$sortie = '';
-
 
166
		if (Config::get('chronometrage')) {
-
 
167
			$chrono = Chronometre::afficherChrono();
-
 
168
			$sortie = mb_convert_encoding($chrono, Config::get('sortie_encodage'), Config::get('appli_encodage'));
-
 
169
		}
-
 
170
		return $sortie;
-
 
171
	}
160
	
172
	
161
}
173
}