Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
app
http
ViewComposers
AppLanguageComposer
PHP 클래스 app\http\ViewComposers\AppLanguageComposer
파일 보기
프로젝트 열기: hillelcoren/invoice-ninja
공개 메소드들
메소드
설명
compose
(
Illuminate\View\View
$view
) :
void
Bind data to the view.
비공개 메소드들
메소드
설명
getLanguage
( ) :
string
Get the language from the current locale
메소드 상세
compose()
공개
메소드
Bind data to the view.
public
compose
(
Illuminate\View\View
$view
) :
void
$view
Illuminate\View\View
리턴
void