PHP Class app\http\ViewComposers\AppLanguageComposer

Afficher le fichier Open project: hillelcoren/invoice-ninja

Méthodes publiques

Méthode Description
compose ( Illuminate\View\View $view ) : void Bind data to the view.

Private Methods

Méthode Description
getLanguage ( ) : string Get the language from the current locale

Method Details

compose() public méthode

Bind data to the view.
public compose ( Illuminate\View\View $view ) : void
$view Illuminate\View\View
Résultat void