public static function ContexteCourant($nomContexte = NULL) { if ($nomContexte !== NULL) { self::$contexteCourant = $nomContexte; } return self::$contexteCourant; }