コード例 #1
0
ファイル: Negotiator.php プロジェクト: JimLfe/Localization
 /**
  * Check if the locale is supported.
  *
  * @param  string  $locale
  *
  * @return bool
  */
 private function isSupported($locale)
 {
     return $this->supportedLocales->has($locale);
 }