Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
app
http
ViewComposers
AppLanguageComposer
PHP Class app\http\ViewComposers\AppLanguageComposer
ファイルを表示
Open project: hillelcoren/invoice-ninja
Public Methods
Method
Description
compose
(
Illuminate\View\View
$view
) :
void
Bind data to the view.
Private Methods
Method
Description
getLanguage
( ) :
string
Get the language from the current locale
Method Details
compose()
public
method
Bind data to the view.
public
compose
(
Illuminate\View\View
$view
) :
void
$view
Illuminate\View\View
return
void