Exemple #1
0
 /**
  *
  * @static
  * @param string $locale[optional]
  */
 public static function setDefaultLocale($locale = null)
 {
     self::$_defaultLocale = $locale;
 }