コード例 #1
0
ファイル: _ide_helper.php プロジェクト: bogdan8/iaravel5
 /**
  * Sets the base url for the site
  *
  * @param string $url Base url for the site
  * @static 
  */
 public static function setBaseUrl($url)
 {
     return \Mcamara\LaravelLocalization\LaravelLocalization::setBaseUrl($url);
 }
コード例 #2
0
ファイル: SharpLanguageScope.php プロジェクト: oimken/sharp
 function __construct()
 {
     $laravelLocalization = new LaravelLocalization();
     $this->lang = $laravelLocalization->getCurrentLocale();
 }
コード例 #3
0
ファイル: Repository.php プロジェクト: oimken/sharpzoo
 function __construct(LaravelLocalization $laravelLocalization)
 {
     $this->lang = $laravelLocalization->getCurrentLocale();
 }