PHP 클래스 Keevitaja\Linguist\Http\Kernel

상속: extends Illuminate\Foundation\Http\Kernel
파일 보기 프로젝트 열기: keevitaja/linguist

공개 메소드들

메소드 설명
__construct ( Illuminate\Contracts\Foundation\Application $app, Router $router )
defineLocale ( ) : void Define locale based on current URI

메소드 상세

__construct() 공개 메소드

public __construct ( Illuminate\Contracts\Foundation\Application $app, Router $router )
$app Illuminate\Contracts\Foundation\Application
$router Illuminate\Routing\Router

defineLocale() 공개 메소드

Define locale based on current URI
public defineLocale ( ) : void
리턴 void